Home
last modified time | relevance | path

Searched refs:ntfs_map_page (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dbitmap.c61 page = ntfs_map_page(mapping, index); in __ntfs_bitmap_set_bits_in_run()
113 page = ntfs_map_page(mapping, ++index); in __ntfs_bitmap_set_bits_in_run()
H A Daops.h21 * ntfs_unmap_page - release a page that was mapped using ntfs_map_page()
24 * Unpin, unmap and release a page that was obtained from ntfs_map_page().
33 * ntfs_map_page - map a page into accessible memory, reading it if necessary
57 * with ntfs_map_page() to get the kernel virtual address of the page.
65 * used as ntfs_map_page() can block.
70 * obtained using PTR_ERR() on the return value of ntfs_map_page().
72 static inline struct page *ntfs_map_page(struct address_space *mapping, in ntfs_map_page() function
H A Dusnjrnl.c41 page = ntfs_map_page(vol->usnjrnl_max_ino->i_mapping, 0); in ntfs_stamp_usnjrnl()
H A Dlogfile.c387 page = ntfs_map_page(vi->i_mapping, idx); in ntfs_check_and_load_restart_page()
533 page = ntfs_map_page(mapping, idx); in ntfs_check_logfile()
H A Ddir.c296 * otherwise we deadlock with ntfs_map_page(). in ntfs_lookup_inode_by_name()
308 page = ntfs_map_page(ia_mapping, vcn << in ntfs_lookup_inode_by_name()
774 * otherwise we deadlock with ntfs_map_page().
786 page = ntfs_map_page(ia_mapping, vcn <<
1243 bmp_page = ntfs_map_page(bmp_mapping, in ntfs_readdir()
1286 ia_page = ntfs_map_page(ia_mapping, ia_pos >> PAGE_SHIFT); in ntfs_readdir()
H A Dindex.c252 * otherwise we deadlock with ntfs_map_page(). in ntfs_index_lookup()
264 page = ntfs_map_page(ia_mapping, vcn << in ntfs_index_lookup()
H A Dmft.c73 page = ntfs_map_page(mft_vi->i_mapping, index); in map_mft_record_page()
104 * This in turn uses ntfs_map_page() to get the page containing the wanted mft
114 * ntfs_map_page() waits for PG_locked to become clear and checks if
480 page = ntfs_map_page(vol->mftmirr_ino->i_mapping, mft_no >> in ntfs_sync_mft_mirror()
1187 page = ntfs_map_page(mftbmp_mapping, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1325 page = ntfs_map_page(vol->lcnbmp_ino->i_mapping, in ntfs_mft_bitmap_extend_allocation_nolock()
2115 page = ntfs_map_page(mft_vi->i_mapping, index); in ntfs_mft_record_format()
2516 page = ntfs_map_page(vol->mft_ino->i_mapping, index); in ntfs_mft_record_alloc()
H A Dsuper.c1101 mft_page = ntfs_map_page(vol->mft_ino->i_mapping, in check_mft_mirror()
1109 mirr_page = ntfs_map_page(vol->mftmirr_ino->i_mapping, in check_mft_mirror()
1306 page = ntfs_map_page(vi->i_mapping, 0); in check_windows_hibernation_status()
1526 page = ntfs_map_page(vol->usnjrnl_max_ino->i_mapping, 0); in load_and_init_usnjrnl()
1609 page = ntfs_map_page(ino->i_mapping, index); in load_and_init_attrdef()
1678 page = ntfs_map_page(ino->i_mapping, index); in load_and_init_upcase()
H A Dlcnalloc.c271 page = ntfs_map_page(mapping, last_read_pos >> in ntfs_cluster_alloc()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dbitmap.c61 page = ntfs_map_page(mapping, index); in __ntfs_bitmap_set_bits_in_run()
113 page = ntfs_map_page(mapping, ++index); in __ntfs_bitmap_set_bits_in_run()
H A Daops.h21 * ntfs_unmap_page - release a page that was mapped using ntfs_map_page()
24 * Unpin, unmap and release a page that was obtained from ntfs_map_page().
33 * ntfs_map_page - map a page into accessible memory, reading it if necessary
57 * with ntfs_map_page() to get the kernel virtual address of the page.
65 * used as ntfs_map_page() can block.
70 * obtained using PTR_ERR() on the return value of ntfs_map_page().
72 static inline struct page *ntfs_map_page(struct address_space *mapping, in ntfs_map_page() function
H A Dusnjrnl.c41 page = ntfs_map_page(vol->usnjrnl_max_ino->i_mapping, 0); in ntfs_stamp_usnjrnl()
H A Dlogfile.c387 page = ntfs_map_page(vi->i_mapping, idx); in ntfs_check_and_load_restart_page()
532 page = ntfs_map_page(mapping, idx); in ntfs_check_logfile()
H A Ddir.c296 * otherwise we deadlock with ntfs_map_page(). in ntfs_lookup_inode_by_name()
308 page = ntfs_map_page(ia_mapping, vcn << in ntfs_lookup_inode_by_name()
774 * otherwise we deadlock with ntfs_map_page().
786 page = ntfs_map_page(ia_mapping, vcn <<
1243 bmp_page = ntfs_map_page(bmp_mapping, in ntfs_readdir()
1286 ia_page = ntfs_map_page(ia_mapping, ia_pos >> PAGE_SHIFT); in ntfs_readdir()
H A Dindex.c252 * otherwise we deadlock with ntfs_map_page(). in ntfs_index_lookup()
264 page = ntfs_map_page(ia_mapping, vcn << in ntfs_index_lookup()
H A Dsuper.c1109 mft_page = ntfs_map_page(vol->mft_ino->i_mapping, in check_mft_mirror()
1117 mirr_page = ntfs_map_page(vol->mftmirr_ino->i_mapping, in check_mft_mirror()
1314 page = ntfs_map_page(vi->i_mapping, 0); in check_windows_hibernation_status()
1534 page = ntfs_map_page(vol->usnjrnl_max_ino->i_mapping, 0); in load_and_init_usnjrnl()
1617 page = ntfs_map_page(ino->i_mapping, index); in load_and_init_attrdef()
1686 page = ntfs_map_page(ino->i_mapping, index); in load_and_init_upcase()
H A Dmft.c73 page = ntfs_map_page(mft_vi->i_mapping, index); in map_mft_record_page()
104 * This in turn uses ntfs_map_page() to get the page containing the wanted mft
114 * ntfs_map_page() waits for PG_locked to become clear and checks if
480 page = ntfs_map_page(vol->mftmirr_ino->i_mapping, mft_no >> in ntfs_sync_mft_mirror()
1187 page = ntfs_map_page(mftbmp_mapping, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1325 page = ntfs_map_page(vol->lcnbmp_ino->i_mapping, in ntfs_mft_bitmap_extend_allocation_nolock()
2117 page = ntfs_map_page(mft_vi->i_mapping, index); in ntfs_mft_record_format()
2518 page = ntfs_map_page(vol->mft_ino->i_mapping, index); in ntfs_mft_record_alloc()
H A Dlcnalloc.c271 page = ntfs_map_page(mapping, last_read_pos >> in ntfs_cluster_alloc()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dsuper.c1434 struct page *page = ntfs_map_page(inode->i_mapping, idx); in ntfs_fill_super()
1495 struct page *page = ntfs_map_page(inode->i_mapping, idx); in ntfs_fill_super()
H A Dntfs_fs.h915 static inline struct page *ntfs_map_page(struct address_space *mapping, in ntfs_map_page() function
H A Dinode.c1093 struct page *page = ntfs_map_page(inode->i_mapping, idx); in inode_write_data()

Completed in 96 milliseconds