Searched refs:ocfs2_check_range_for_refcount (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | file.h | 67 int ocfs2_check_range_for_refcount(struct inode *inode, loff_t pos,
|
H A D | file.c | 2132 int ocfs2_check_range_for_refcount(struct inode *inode, loff_t pos, in ocfs2_check_range_for_refcount() function 2308 ret = ocfs2_check_range_for_refcount(inode, pos, count); in ocfs2_prepare_inode_for_write()
|
H A D | aops.c | 1700 ret = ocfs2_check_range_for_refcount(inode, pos, len); in ocfs2_write_begin_nolock()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.h | 68 int ocfs2_check_range_for_refcount(struct inode *inode, loff_t pos,
|
H A D | file.c | 2126 int ocfs2_check_range_for_refcount(struct inode *inode, loff_t pos, in ocfs2_check_range_for_refcount() function 2302 ret = ocfs2_check_range_for_refcount(inode, pos, count); in ocfs2_prepare_inode_for_write()
|
H A D | aops.c | 1696 ret = ocfs2_check_range_for_refcount(inode, pos, len); in ocfs2_write_begin_nolock()
|
Completed in 13 milliseconds