Home
last modified time | relevance | path

Searched refs:h_self (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/omfs/
Domfs_fs.h35 __be64 h_self; /* FS block where this is located */ member
Ddir.c103 oi->i_head.h_self = cpu_to_be64(inode->i_ino); in omfs_make_empty()
306 ino_t ino = be64_to_cpu(oi->i_head.h_self); in omfs_lookup()
320 u64 ino = be64_to_cpu(header->h_self); in omfs_is_bad()
Dinode.c119 oi->i_head.h_self = cpu_to_be64(inode->i_ino); in __omfs_write_inode()
224 if (ino != be64_to_cpu(oi->i_head.h_self)) in omfs_iget()
/linux-6.12.1/Documentation/filesystems/
Domfs.rst58 __be64 h_self; /* FS block where this is located */