Searched refs:ntfs_attr_search_ctx (Results 1 – 14 of 14) sorted by relevance
/fs/ntfs/ |
D | attrib.h | 61 } ntfs_attr_search_ctx; typedef 64 ntfs_attr_search_ctx *ctx); 71 const VCN vcn, ntfs_attr_search_ctx *ctx); 76 ntfs_attr_search_ctx *ctx); 88 extern void ntfs_attr_reinit_search_ctx(ntfs_attr_search_ctx *ctx); 89 extern ntfs_attr_search_ctx *ntfs_attr_get_search_ctx(ntfs_inode *ni, 91 extern void ntfs_attr_put_search_ctx(ntfs_attr_search_ctx *ctx);
|
D | lcnalloc.h | 49 s64 count, ntfs_attr_search_ctx *ctx, const bool is_rollback); 108 s64 count, ntfs_attr_search_ctx *ctx) in ntfs_cluster_free()
|
D | attrib.c | 83 int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn, ntfs_attr_search_ctx *ctx) in ntfs_map_runlist_nolock() 94 ntfs_attr_search_ctx old_ctx = { NULL, }; in ntfs_map_runlist_nolock() 464 ntfs_attr_search_ctx *ctx) in ntfs_attr_find_vcn_nolock() 590 const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) in ntfs_attr_find() 859 const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) in ntfs_external_attr_find() 1189 ntfs_attr_search_ctx *ctx) in ntfs_attr_lookup() 1216 static inline void ntfs_attr_init_search_ctx(ntfs_attr_search_ctx *ctx, in ntfs_attr_init_search_ctx() 1219 *ctx = (ntfs_attr_search_ctx) { in ntfs_attr_init_search_ctx() 1239 void ntfs_attr_reinit_search_ctx(ntfs_attr_search_ctx *ctx) in ntfs_attr_reinit_search_ctx() 1268 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 | 82 ntfs_attr_search_ctx *actx;
|
D | namei.c | 178 ntfs_attr_search_ctx *ctx; in ntfs_lookup() 304 ntfs_attr_search_ctx *ctx; in ntfs_get_parent()
|
D | inode.c | 450 static int ntfs_is_extended_system_file(ntfs_attr_search_ctx *ctx) in ntfs_is_extended_system_file() 550 ntfs_attr_search_ctx *ctx; in ntfs_read_locked_inode() 1223 ntfs_attr_search_ctx *ctx; in ntfs_read_locked_attr_inode() 1490 ntfs_attr_search_ctx *ctx; in ntfs_read_locked_index_inode() 1777 ntfs_attr_search_ctx *ctx; in ntfs_read_inode_mount() 2364 ntfs_attr_search_ctx *ctx; in ntfs_truncate() 2964 ntfs_attr_search_ctx *ctx; in ntfs_write_inode()
|
D | dir.c | 90 ntfs_attr_search_ctx *ctx; in ntfs_lookup_inode_by_name() 643 ntfs_attr_search_ctx *ctx; 1116 ntfs_attr_search_ctx *ctx; in ntfs_readdir()
|
D | file.c | 123 ntfs_attr_search_ctx *ctx = NULL; in ntfs_attr_extend_initialized() 504 ntfs_attr_search_ctx *ctx = NULL; in ntfs_prepare_pages_for_non_resident_write() 1489 ntfs_attr_search_ctx *ctx; in ntfs_commit_pages_after_non_resident_write() 1644 ntfs_attr_search_ctx *ctx; in ntfs_commit_pages_after_write()
|
D | index.c | 130 ntfs_attr_search_ctx *actx; in ntfs_index_lookup()
|
D | mft.c | 1286 ntfs_attr_search_ctx *ctx = NULL; in ntfs_mft_bitmap_extend_allocation_nolock() 1583 ntfs_attr_search_ctx *ctx; in ntfs_mft_bitmap_extend_initialized_nolock() 1722 ntfs_attr_search_ctx *ctx = NULL; in ntfs_mft_data_extend_allocation_nolock() 2251 ntfs_attr_search_ctx *ctx; in ntfs_mft_record_alloc()
|
D | aops.c | 404 ntfs_attr_search_ctx *ctx; in ntfs_readpage() 1359 ntfs_attr_search_ctx *ctx = NULL; in ntfs_writepage()
|
D | lcnalloc.c | 850 ntfs_attr_search_ctx *ctx, const bool is_rollback) in __ntfs_cluster_free()
|
D | super.c | 355 ntfs_attr_search_ctx *ctx; in ntfs_write_volume_flags() 1749 ntfs_attr_search_ctx *ctx; in load_system_files() 3152 sizeof(ntfs_attr_search_ctx), 0 /* offset */, in init_ntfs_fs()
|
D | ChangeLog | 635 attr_search_context to ntfs_attr_search_ctx.
|