/Linux-v6.1/fs/btrfs/tests/ |
D | extent-io-tests.c | 113 struct page *locked_page = NULL; in test_find_delalloc() local 154 locked_page = page; in test_find_delalloc() 165 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc() 177 unlock_page(locked_page); in test_find_delalloc() 178 put_page(locked_page); in test_find_delalloc() 187 locked_page = find_lock_page(inode->i_mapping, in test_find_delalloc() 189 if (!locked_page) { in test_find_delalloc() 196 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc() 214 put_page(locked_page); in test_find_delalloc() 222 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc() [all …]
|
/Linux-v6.1/fs/ocfs2/ |
D | mmap.c | 56 struct page *locked_page = NULL; in __ocfs2_page_mkwrite() local 94 &locked_page, &fsdata, di_bh, page); in __ocfs2_page_mkwrite() 102 if (!locked_page) { in __ocfs2_page_mkwrite()
|
/Linux-v6.1/fs/ufs/ |
D | balloc.c | 241 sector_t newb, struct page *locked_page) in ufs_change_blocknr() argument 257 BUG_ON(!locked_page); in ufs_change_blocknr() 258 BUG_ON(!PageLocked(locked_page)); in ufs_change_blocknr() 260 cur_index = locked_page->index; in ufs_change_blocknr() 277 page = locked_page; in ufs_change_blocknr() 342 struct page *locked_page) in ufs_new_fragments() argument 422 newcount - oldcount, locked_page != NULL); in ufs_new_fragments() 446 locked_page != NULL); in ufs_new_fragments() 467 locked_page != NULL); in ufs_new_fragments() 471 uspi->s_sbbase + result, locked_page); in ufs_new_fragments()
|
D | inode.c | 222 int *err, struct page *locked_page) in ufs_extend_tail() argument 241 locked_page); in ufs_extend_tail() 257 int *new, struct page *locked_page) in ufs_inode_getfrag() argument 290 goal, nfrags, err, locked_page); in ufs_inode_getfrag() 336 int *new, struct page *locked_page) in ufs_inode_getblock() argument 371 uspi->s_fpb, err, locked_page); in ufs_inode_getblock()
|
/Linux-v6.1/fs/btrfs/ |
D | inode.c | 118 struct page *locked_page, 189 struct page *locked_page, in btrfs_cleanup_ordered_extents() argument 197 if (locked_page) { in btrfs_cleanup_ordered_extents() 198 page_start = page_offset(locked_page); in btrfs_cleanup_ordered_extents() 214 if (locked_page && index == (page_start >> PAGE_SHIFT)) { in btrfs_cleanup_ordered_extents() 233 if (locked_page) { in btrfs_cleanup_ordered_extents() 244 bytes = offset + bytes - page_offset(locked_page) - PAGE_SIZE; in btrfs_cleanup_ordered_extents() 245 offset = page_offset(locked_page) + PAGE_SIZE; in btrfs_cleanup_ordered_extents() 487 struct page *locked_page; member 875 if (async_chunk->locked_page && in compress_file_range() [all …]
|
D | extent_io.h | 243 struct page *locked_page, 284 struct page *locked_page, u64 *start,
|
D | extent_io.c | 226 struct page *page, struct page *locked_page, in process_one_page() argument 245 if (page == locked_page) in process_one_page() 265 struct page *locked_page, in __process_pages_contig() argument 307 &folio->page, locked_page, page_ops, in __process_pages_contig() 339 struct page *locked_page, in __unlock_for_delalloc() argument 345 ASSERT(locked_page); in __unlock_for_delalloc() 346 if (index == locked_page->index && end_index == index) in __unlock_for_delalloc() 349 __process_pages_contig(inode->i_mapping, locked_page, start, end, in __unlock_for_delalloc() 354 struct page *locked_page, in lock_delalloc_pages() argument 363 ASSERT(locked_page); in lock_delalloc_pages() [all …]
|
D | ctree.h | 3447 int btrfs_run_delalloc_range(struct btrfs_inode *inode, struct page *locked_page,
|
/Linux-v6.1/fs/ceph/ |
D | super.h | 992 extern int ceph_fill_inode(struct inode *inode, struct page *locked_page, 1035 extern int __ceph_do_getattr(struct inode *inode, struct page *locked_page, 1250 extern void ceph_fill_inline_data(struct inode *inode, struct page *locked_page,
|
D | addr.c | 1596 void ceph_fill_inline_data(struct inode *inode, struct page *locked_page, in ceph_fill_inline_data() argument 1602 if (locked_page) { in ceph_fill_inline_data() 1603 page = locked_page; in ceph_fill_inline_data() 1620 inode, ceph_vinop(inode), len, locked_page); in ceph_fill_inline_data() 1628 if (page != locked_page) { in ceph_fill_inline_data()
|
D | inode.c | 758 int ceph_fill_inode(struct inode *inode, struct page *locked_page, in ceph_fill_inode() argument 1053 (locked_page || (info_caps & cache_caps))) in ceph_fill_inode() 1069 ceph_fill_inline_data(inode, locked_page, in ceph_fill_inode() 2297 int __ceph_do_getattr(struct inode *inode, struct page *locked_page, in __ceph_do_getattr() argument 2324 req->r_locked_page = locked_page; in __ceph_do_getattr() 2326 if (locked_page && err == 0) { in __ceph_do_getattr()
|