Searched refs:ocfs2_write_end_nolock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | aops.h | 32 int ocfs2_write_end_nolock(struct address_space *mapping,
|
H A D | mmap.c | 108 err = ocfs2_write_end_nolock(mapping, pos, len, len, fsdata); in __ocfs2_page_mkwrite()
|
H A D | aops.c | 756 * against w_target_page in ocfs2_write_end_nolock. 1954 int ocfs2_write_end_nolock(struct address_space *mapping, in ocfs2_write_end_nolock() function 2089 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end() 2283 ret = ocfs2_write_end_nolock(inode->i_mapping, pos, len, len, wc); in ocfs2_dio_wr_get_block()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | aops.h | 30 int ocfs2_write_end_nolock(struct address_space *mapping,
|
H A D | mmap.c | 106 err = ocfs2_write_end_nolock(mapping, pos, len, len, fsdata); in __ocfs2_page_mkwrite()
|
H A D | aops.c | 752 * against w_target_page in ocfs2_write_end_nolock. 1950 int ocfs2_write_end_nolock(struct address_space *mapping, in ocfs2_write_end_nolock() function 2086 ret = ocfs2_write_end_nolock(mapping, pos, len, copied, fsdata); in ocfs2_write_end() 2280 ret = ocfs2_write_end_nolock(inode->i_mapping, pos, len, len, wc); in ocfs2_dio_wr_get_block()
|
Completed in 7 milliseconds