Searched refs:h_self (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/omfs/
H A Domfs_fs.h35 __be64 h_self; /* FS block where this is located */ member in struct:omfs_header
H A Ddir.c103 oi->i_head.h_self = cpu_to_be64(inode->i_ino);
306 ino_t ino = be64_to_cpu(oi->i_head.h_self);
320 u64 ino = be64_to_cpu(header->h_self);
H A Dinode.c119 oi->i_head.h_self = cpu_to_be64(inode->i_ino);
224 if (ino != be64_to_cpu(oi->i_head.h_self))

Completed in 132 milliseconds