Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Diov_iter.c340 unsigned int i_head = i->head; in sanity() local
347 if (unlikely(i_head != p_head - 1)) in sanity()
350 p = &pipe->bufs[i_head & p_mask]; in sanity()
354 if (i_head != p_head) in sanity()
359 printk(KERN_ERR "idx = %d, offset = %zd\n", i_head, i->iov_offset); in sanity()
382 unsigned int i_head = i->head; in copy_page_to_iter_pipe() local
395 buf = &pipe->bufs[i_head & p_mask]; in copy_page_to_iter_pipe()
403 i_head++; in copy_page_to_iter_pipe()
404 buf = &pipe->bufs[i_head & p_mask]; in copy_page_to_iter_pipe()
406 if (pipe_full(i_head, p_tail, pipe->max_usage)) in copy_page_to_iter_pipe()
[all …]
/kernel/linux/linux-5.10/fs/omfs/
Dinode.c89 count = be32_to_cpu(oi->i_head.h_body_size); in omfs_update_checksums()
93 oi->i_head.h_crc = cpu_to_be16(crc); in omfs_update_checksums()
99 oi->i_head.h_check_xor = xor; in omfs_update_checksums()
119 oi->i_head.h_self = cpu_to_be64(inode->i_ino); in __omfs_write_inode()
130 oi->i_head.h_body_size = cpu_to_be32(sbi->s_sys_blocksize - in __omfs_write_inode()
132 oi->i_head.h_version = 1; in __omfs_write_inode()
133 oi->i_head.h_type = OMFS_INODE_NORMAL; in __omfs_write_inode()
134 oi->i_head.h_magic = OMFS_IMAGIC; in __omfs_write_inode()
224 if (ino != be64_to_cpu(oi->i_head.h_self)) in omfs_iget()
Ddir.c51 if (omfs_is_bad(OMFS_SB(dir->i_sb), &oi->i_head, block)) { in omfs_scan_list()
103 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()
343 if (omfs_is_bad(OMFS_SB(dir->i_sb), &oi->i_head, fsblock)) { in omfs_fill_chain()
Domfs_fs.h59 struct omfs_header i_head; /* header */ member
/kernel/linux/linux-5.10/fs/
Dsplice.c304 unsigned int i_head; in generic_file_splice_read() local
308 i_head = to.head; in generic_file_splice_read()
316 to.head = i_head; in generic_file_splice_read()
1435 unsigned int i_head, o_head; in splice_pipe_to_pipe() local
1473 i_head = ipipe->head; in splice_pipe_to_pipe()
1476 if (pipe_empty(i_head, i_tail) && !ipipe->writers) in splice_pipe_to_pipe()
1483 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()
1572 unsigned int i_head, o_head; in link_pipe() local
1597 i_head = ipipe->head; in link_pipe()
1604 if (pipe_empty(i_head, i_tail) || in link_pipe()
/kernel/linux/linux-5.10/Documentation/filesystems/
Domfs.rst72 struct omfs_header i_head; /* header */