Searched refs:i_head (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/omfs/
H A Domfs_fs.h59 struct omfs_header i_head; /* header */ member in struct:omfs_inode
H A Dinode.c89 count = be32_to_cpu(oi->i_head.h_body_size);
93 oi->i_head.h_crc = cpu_to_be16(crc);
99 oi->i_head.h_check_xor = xor;
119 oi->i_head.h_self = cpu_to_be64(inode->i_ino);
130 oi->i_head.h_body_size = cpu_to_be32(sbi->s_sys_blocksize -
132 oi->i_head.h_version = 1;
133 oi->i_head.h_type = OMFS_INODE_NORMAL;
134 oi->i_head.h_magic = OMFS_IMAGIC;
224 if (ino != be64_to_cpu(oi->i_head.h_self))
H A Ddir.c51 if (omfs_is_bad(OMFS_SB(dir->i_sb), &oi->i_head, block)) {
103 oi->i_head.h_self = cpu_to_be64(inode->i_ino);
306 ino_t ino = be64_to_cpu(oi->i_head.h_self);
344 if (omfs_is_bad(OMFS_SB(dir->i_sb), &oi->i_head, fsblock)) {
/linux-master/fs/
H A Dsplice.c1744 unsigned int i_head, o_head; local
1782 i_head = ipipe->head;
1785 if (pipe_empty(i_head, i_tail) && !ipipe->writers)
1792 if (pipe_empty(i_head, i_tail) ||
1881 unsigned int i_head, o_head; local
1906 i_head = ipipe->head;
1913 if (pipe_empty(i_head, i_tail) ||

Completed in 180 milliseconds