Home
last modified time | relevance | path

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

/linux-4.4.14/fs/omfs/
Domfs_fs.h34 __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()
305 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.c117 oi->i_head.h_self = cpu_to_be64(inode->i_ino); in __omfs_write_inode()
222 if (ino != be64_to_cpu(oi->i_head.h_self)) in omfs_iget()
/linux-4.4.14/Documentation/filesystems/
Domfs.txt52 __be64 h_self; /* FS block where this is located */