Symbol: ntfs_index_context
fs/ntfs/dir.c
725
struct ntfs_index_context *ictx = NULL;
fs/ntfs/index.c
100
static int ntfs_ib_write(struct ntfs_index_context *icx, struct index_block *ib)
fs/ntfs/index.c
1010
static int ntfs_ibm_modify(struct ntfs_index_context *icx, s64 vcn, int set)
fs/ntfs/index.c
1063
static int ntfs_ibm_set(struct ntfs_index_context *icx, s64 vcn)
fs/ntfs/index.c
1068
static int ntfs_ibm_clear(struct ntfs_index_context *icx, s64 vcn)
fs/ntfs/index.c
1073
static s64 ntfs_ibm_get_free(struct ntfs_index_context *icx)
fs/ntfs/index.c
1158
static int ntfs_ib_copy_tail(struct ntfs_index_context *icx, struct index_block *src,
fs/ntfs/index.c
1187
static int ntfs_ib_cut_tail(struct ntfs_index_context *icx, struct index_block *ib,
fs/ntfs/index.c
1213
static int ntfs_ia_add(struct ntfs_index_context *icx)
fs/ntfs/index.c
1239
static int ntfs_ir_reparent(struct ntfs_index_context *icx)
fs/ntfs/index.c
126
static int ntfs_icx_ib_write(struct ntfs_index_context *icx)
fs/ntfs/index.c
1368
static int ntfs_ir_truncate(struct ntfs_index_context *icx, int data_size)
fs/ntfs/index.c
139
int ntfs_icx_ib_sync_write(struct ntfs_index_context *icx)
fs/ntfs/index.c
1409
static int ntfs_ir_make_space(struct ntfs_index_context *icx, int data_size)
fs/ntfs/index.c
1473
static s64 ntfs_icx_parent_vcn(struct ntfs_index_context *icx)
fs/ntfs/index.c
1478
static s64 ntfs_icx_parent_pos(struct ntfs_index_context *icx)
fs/ntfs/index.c
1483
static int ntfs_ir_insert_median(struct ntfs_index_context *icx, struct index_entry *median,
fs/ntfs/index.c
1512
static int ntfs_ib_split(struct ntfs_index_context *icx, struct index_block *ib);
fs/ntfs/index.c
1520
static int ntfs_ib_insert(struct ntfs_index_context *icx, struct index_entry *ie, s64 new_vcn,
fs/ntfs/index.c
1564
static int ntfs_ib_split(struct ntfs_index_context *icx, struct index_block *ib)
fs/ntfs/index.c
1636
int ntfs_ie_add(struct ntfs_index_context *icx, struct index_entry *ie)
fs/ntfs/index.c
169
struct ntfs_index_context *ntfs_index_ctx_get(struct ntfs_inode *ni,
fs/ntfs/index.c
1697
struct ntfs_index_context *icx;
fs/ntfs/index.c
172
struct ntfs_index_context *icx;
fs/ntfs/index.c
1733
static int ntfs_ih_takeout(struct ntfs_index_context *icx, struct index_header *ih,
fs/ntfs/index.c
1781
static void ntfs_ir_leafify(struct ntfs_index_context *icx, struct index_header *ih)
fs/ntfs/index.c
1803
static int ntfs_ih_reparent_end(struct ntfs_index_context *icx, struct index_header *ih,
fs/ntfs/index.c
1819
static int ntfs_index_rm_leaf(struct ntfs_index_context *icx)
fs/ntfs/index.c
184
*icx = (struct ntfs_index_context) {
fs/ntfs/index.c
1872
static int ntfs_index_rm_node(struct ntfs_index_context *icx)
fs/ntfs/index.c
192
static void ntfs_index_ctx_free(struct ntfs_index_context *icx)
fs/ntfs/index.c
1990
int ntfs_index_rm(struct ntfs_index_context *icx)
fs/ntfs/index.c
2033
struct ntfs_index_context *icx;
fs/ntfs/index.c
2069
struct index_entry *ntfs_index_walk_down(struct index_entry *ie, struct ntfs_index_context *ictx)
fs/ntfs/index.c
2119
struct ntfs_index_context *ictx)
fs/ntfs/index.c
2188
struct index_entry *ntfs_index_next(struct index_entry *ie, struct ntfs_index_context *ictx)
fs/ntfs/index.c
220
void ntfs_index_ctx_put(struct ntfs_index_context *icx)
fs/ntfs/index.c
232
void ntfs_index_ctx_reinit(struct ntfs_index_context *icx)
fs/ntfs/index.c
238
*icx = (struct ntfs_index_context) {
fs/ntfs/index.c
623
struct ntfs_index_context *icx, struct index_header *ih,
fs/ntfs/index.c
707
struct ntfs_inode *ntfs_ia_open(struct ntfs_index_context *icx, struct ntfs_inode *ni)
fs/ntfs/index.c
722
static int ntfs_ib_read(struct ntfs_index_context *icx, s64 vcn, struct index_block *dst)
fs/ntfs/index.c
748
static int ntfs_icx_parent_inc(struct ntfs_index_context *icx)
fs/ntfs/index.c
758
static int ntfs_icx_parent_dec(struct ntfs_index_context *icx)
fs/ntfs/index.c
797
int ntfs_index_lookup(const void *key, const u32 key_len, struct ntfs_index_context *icx)
fs/ntfs/index.c
82
void ntfs_index_entry_mark_dirty(struct ntfs_index_context *ictx)
fs/ntfs/index.c
90
static s64 ntfs_ib_vcn_to_pos(struct ntfs_index_context *icx, s64 vcn)
fs/ntfs/index.c
95
static s64 ntfs_ib_pos_to_vcn(struct ntfs_index_context *icx, s64 pos)
fs/ntfs/index.c
976
static u64 ntfs_ibm_vcn_to_pos(struct ntfs_index_context *icx, s64 vcn)
fs/ntfs/index.c
984
static s64 ntfs_ibm_pos_to_vcn(struct ntfs_index_context *icx, s64 pos)
fs/ntfs/index.c
989
static int ntfs_ibm_add(struct ntfs_index_context *icx)
fs/ntfs/index.h
102
struct ntfs_index_context *ntfs_index_ctx_get(struct ntfs_inode *ni, __le16 *name,
fs/ntfs/index.h
104
void ntfs_index_ctx_put(struct ntfs_index_context *ictx);
fs/ntfs/index.h
106
struct ntfs_index_context *ictx);
fs/ntfs/index.h
108
void ntfs_index_entry_mark_dirty(struct ntfs_index_context *ictx);
fs/ntfs/index.h
111
struct ntfs_inode *ntfs_ia_open(struct ntfs_index_context *icx, struct ntfs_inode *ni);
fs/ntfs/index.h
112
struct index_entry *ntfs_index_walk_down(struct index_entry *ie, struct ntfs_index_context *ictx);
fs/ntfs/index.h
113
struct index_entry *ntfs_index_next(struct index_entry *ie, struct ntfs_index_context *ictx);
fs/ntfs/index.h
114
int ntfs_index_rm(struct ntfs_index_context *icx);
fs/ntfs/index.h
115
void ntfs_index_ctx_reinit(struct ntfs_index_context *icx);
fs/ntfs/index.h
116
int ntfs_ie_add(struct ntfs_index_context *icx, struct index_entry *ie);
fs/ntfs/index.h
117
int ntfs_icx_ib_sync_write(struct ntfs_index_context *icx);
fs/ntfs/inode.c
2568
struct ntfs_index_context *ictx;
fs/ntfs/object_id.c
100
static int remove_object_id_index(struct ntfs_inode *ni, struct ntfs_index_context *xo)
fs/ntfs/object_id.c
130
struct ntfs_index_context *xo;
fs/ntfs/object_id.c
47
static struct ntfs_index_context *open_object_id_index(struct ntfs_volume *vol)
fs/ntfs/object_id.c
51
struct ntfs_index_context *xo = NULL;
fs/ntfs/reparse.c
480
static int set_reparse_index(struct ntfs_inode *ni, struct ntfs_index_context *xr,
fs/ntfs/reparse.c
509
static int remove_reparse_index(struct inode *rp, struct ntfs_index_context *xr,
fs/ntfs/reparse.c
543
static struct ntfs_index_context *open_reparse_index(struct ntfs_volume *vol)
fs/ntfs/reparse.c
545
struct ntfs_index_context *xr = NULL;
fs/ntfs/reparse.c
593
static int update_reparse_data(struct ntfs_inode *ni, struct ntfs_index_context *xr,
fs/ntfs/reparse.c
648
struct ntfs_index_context *xr;
fs/ntfs/reparse.c
697
struct ntfs_index_context *xr;
fs/ntfs/super.c
2610
sizeof(struct ntfs_index_context), 0 /* offset */,