Searched refs:ntfs_attr_search_ctx (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/fs/ntfs/ |
D | attrib.h | 47 } ntfs_attr_search_ctx; typedef 50 ntfs_attr_search_ctx *ctx); 57 const VCN vcn, ntfs_attr_search_ctx *ctx); 62 ntfs_attr_search_ctx *ctx); 74 extern void ntfs_attr_reinit_search_ctx(ntfs_attr_search_ctx *ctx); 75 extern ntfs_attr_search_ctx *ntfs_attr_get_search_ctx(ntfs_inode *ni, 77 extern void ntfs_attr_put_search_ctx(ntfs_attr_search_ctx *ctx);
|
D | lcnalloc.h | 35 s64 count, ntfs_attr_search_ctx *ctx, const bool is_rollback); 94 s64 count, ntfs_attr_search_ctx *ctx) in ntfs_cluster_free()
|
D | attrib.c | 70 int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn, ntfs_attr_search_ctx *ctx) in ntfs_map_runlist_nolock() 81 ntfs_attr_search_ctx old_ctx = { NULL, }; in ntfs_map_runlist_nolock() 451 ntfs_attr_search_ctx *ctx) in ntfs_attr_find_vcn_nolock() 577 const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) in ntfs_attr_find() 850 const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) in ntfs_external_attr_find() 1180 ntfs_attr_search_ctx *ctx) in ntfs_attr_lookup() 1207 static inline void ntfs_attr_init_search_ctx(ntfs_attr_search_ctx *ctx, in ntfs_attr_init_search_ctx() 1210 *ctx = (ntfs_attr_search_ctx) { in ntfs_attr_init_search_ctx() 1230 void ntfs_attr_reinit_search_ctx(ntfs_attr_search_ctx *ctx) in ntfs_attr_reinit_search_ctx() 1259 ntfs_attr_search_ctx *ntfs_attr_get_search_ctx(ntfs_inode *ni, MFT_RECORD *mrec) in ntfs_attr_get_search_ctx() [all …]
|
D | index.h | 68 ntfs_attr_search_ctx *actx;
|
D | namei.c | 165 ntfs_attr_search_ctx *ctx; in ntfs_lookup() 291 ntfs_attr_search_ctx *ctx; in ntfs_get_parent()
|
D | inode.c | 432 static int ntfs_is_extended_system_file(ntfs_attr_search_ctx *ctx) in ntfs_is_extended_system_file() 532 ntfs_attr_search_ctx *ctx; in ntfs_read_locked_inode() 1206 ntfs_attr_search_ctx *ctx; in ntfs_read_locked_attr_inode() 1473 ntfs_attr_search_ctx *ctx; in ntfs_read_locked_index_inode() 1757 ntfs_attr_search_ctx *ctx; in ntfs_read_inode_mount() 2355 ntfs_attr_search_ctx *ctx; in ntfs_truncate() 2952 ntfs_attr_search_ctx *ctx; in __ntfs_write_inode()
|
D | dir.c | 78 ntfs_attr_search_ctx *ctx; in ntfs_lookup_inode_by_name() 631 ntfs_attr_search_ctx *ctx; 1103 ntfs_attr_search_ctx *ctx; in ntfs_readdir()
|
D | file.c | 106 ntfs_attr_search_ctx *ctx = NULL; in ntfs_attr_extend_initialized() 581 ntfs_attr_search_ctx *ctx = NULL; in ntfs_prepare_pages_for_non_resident_write() 1390 ntfs_attr_search_ctx *ctx; in ntfs_commit_pages_after_non_resident_write() 1545 ntfs_attr_search_ctx *ctx; in ntfs_commit_pages_after_write()
|
D | index.c | 118 ntfs_attr_search_ctx *actx; in ntfs_index_lookup()
|
D | mft.c | 1281 ntfs_attr_search_ctx *ctx = NULL; in ntfs_mft_bitmap_extend_allocation_nolock() 1578 ntfs_attr_search_ctx *ctx; in ntfs_mft_bitmap_extend_initialized_nolock() 1717 ntfs_attr_search_ctx *ctx = NULL; in ntfs_mft_data_extend_allocation_nolock() 2246 ntfs_attr_search_ctx *ctx; in ntfs_mft_record_alloc()
|
D | aops.c | 385 ntfs_attr_search_ctx *ctx; in ntfs_read_folio() 1344 ntfs_attr_search_ctx *ctx = NULL; in ntfs_writepage()
|
D | lcnalloc.c | 836 ntfs_attr_search_ctx *ctx, const bool is_rollback) in __ntfs_cluster_free()
|
D | super.c | 366 ntfs_attr_search_ctx *ctx; in ntfs_write_volume_flags() 1763 ntfs_attr_search_ctx *ctx; in load_system_files() 3096 sizeof(ntfs_attr_search_ctx), 0 /* offset */, in init_ntfs_fs()
|