Home
last modified time | relevance | path

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

/linux/fs/omfs/
H A Dinode.c91 count = be32_to_cpu(oi->i_head.h_body_size); in omfs_update_checksums()
95 oi->i_head.h_crc = cpu_to_be16(crc); in omfs_update_checksums()
101 oi->i_head.h_check_xor = xor; in omfs_update_checksums()
121 oi->i_head.h_self = cpu_to_be64(inode->i_ino); in __omfs_write_inode()
132 oi->i_head.h_body_size = cpu_to_be32(sbi->s_sys_blocksize - in __omfs_write_inode()
134 oi->i_head.h_version = 1; in __omfs_write_inode()
135 oi->i_head.h_type = OMFS_INODE_NORMAL; in __omfs_write_inode()
136 oi->i_head.h_magic = OMFS_IMAGIC; in __omfs_write_inode()
226 if (ino != be64_to_cpu(oi->i_head.h_self)) in omfs_iget()
H A Domfs_fs.h59 struct omfs_header i_head; /* header */ member
/linux/fs/
H A Dsplice.c1723 unsigned int i_head, o_head; in splice_pipe_to_pipe() local
1758 i_head = ipipe->head; in splice_pipe_to_pipe()
1761 if (pipe_empty(i_head, i_tail) && !ipipe->writers) in splice_pipe_to_pipe()
1768 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()
1857 unsigned int i_head, o_head; in link_pipe() local
1879 i_head = ipipe->head; in link_pipe()
1886 if (pipe_empty(i_head, i_tail) || in link_pipe()
/linux/Documentation/filesystems/
H A Domfs.rst72 struct omfs_header i_head; /* header */