Home
last modified time | relevance | path

Searched refs:xfs_da_args (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_dir2_priv.h44 enum xfs_dacmp xfs_ascii_ci_compname(struct xfs_da_args *args,
46 extern int xfs_dir2_grow_inode(struct xfs_da_args *args, int space,
48 extern int xfs_dir_cilookup_result(struct xfs_da_args *args,
55 extern int xfs_dir2_block_addname(struct xfs_da_args *args);
56 extern int xfs_dir2_block_lookup(struct xfs_da_args *args);
57 extern int xfs_dir2_block_removename(struct xfs_da_args *args);
58 extern int xfs_dir2_block_replace(struct xfs_da_args *args);
59 extern int xfs_dir2_leaf_to_block(struct xfs_da_args *args,
89 extern int xfs_dir3_data_init(struct xfs_da_args *args, xfs_dir2_db_t blkno,
101 extern int xfs_dir2_block_to_leaf(struct xfs_da_args *args,
[all …]
Dxfs_attr_leaf.h12 struct xfs_da_args;
48 void xfs_attr_shortform_create(struct xfs_da_args *args);
49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
50 int xfs_attr_shortform_lookup(struct xfs_da_args *args);
51 int xfs_attr_shortform_getvalue(struct xfs_da_args *args);
52 int xfs_attr_shortform_to_leaf(struct xfs_da_args *args);
53 int xfs_attr_sf_removename(struct xfs_da_args *args);
54 int xfs_attr_sf_findname(struct xfs_da_args *args,
65 int xfs_attr3_leaf_to_node(struct xfs_da_args *args);
67 struct xfs_da_args *args, int forkoff);
[all …]
Dxfs_attr.h10 struct xfs_da_args;
510 struct xfs_da_args *xattri_da_args;
545 int xfs_attr_get_ilocked(struct xfs_da_args *args);
546 int xfs_attr_get(struct xfs_da_args *args);
547 int xfs_attr_set(struct xfs_da_args *args);
551 int xfs_attr_calc_size(struct xfs_da_args *args, int *local);
552 void xfs_init_attr_trans(struct xfs_da_args *args, struct xfs_trans_res *tres,
569 xfs_attr_init_add_state(struct xfs_da_args *args) in xfs_attr_init_add_state()
591 xfs_attr_init_remove_state(struct xfs_da_args *args) in xfs_attr_init_remove_state()
609 xfs_attr_init_replace_state(struct xfs_da_args *args) in xfs_attr_init_replace_state()
Dxfs_attr.c52 STATIC int xfs_attr_leaf_hasname(struct xfs_da_args *args, struct xfs_buf **bp);
53 STATIC int xfs_attr_leaf_try_add(struct xfs_da_args *args);
59 STATIC void xfs_attr_restore_rmt_blk(struct xfs_da_args *args);
63 STATIC int xfs_attr_node_lookup(struct xfs_da_args *args,
225 struct xfs_da_args *args) in xfs_attr_get_ilocked()
257 struct xfs_da_args *args) in xfs_attr_get()
286 struct xfs_da_args *args, in xfs_attr_calc_size()
320 struct xfs_da_args *args, in xfs_init_attr_trans()
347 struct xfs_da_args *args) in xfs_attr_try_sf_addname()
379 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_sf_addname()
[all …]
Dxfs_dir2.h12 struct xfs_da_args;
59 extern int xfs_dir2_sf_to_block(struct xfs_da_args *args);
64 extern int xfs_dir2_isblock(struct xfs_da_args *args, bool *isblock);
65 extern int xfs_dir2_isleaf(struct xfs_da_args *args, bool *isleaf);
66 extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db,
71 extern void xfs_dir2_data_log_entry(struct xfs_da_args *args,
73 extern void xfs_dir2_data_log_header(struct xfs_da_args *args,
75 extern void xfs_dir2_data_log_unused(struct xfs_da_args *args,
77 extern void xfs_dir2_data_make_free(struct xfs_da_args *args,
80 extern int xfs_dir2_data_use_free(struct xfs_da_args *args,
Dxfs_attr_remote.h11 int xfs_attr_rmtval_get(struct xfs_da_args *args);
14 int xfs_attr_rmtval_invalidate(struct xfs_da_args *args);
16 int xfs_attr_rmt_find_hole(struct xfs_da_args *args);
17 int xfs_attr_rmtval_set_value(struct xfs_da_args *args);
Dxfs_da_btree.h55 typedef struct xfs_da_args { struct
175 int xfs_da3_node_create(struct xfs_da_args *args, xfs_dablk_t blkno,
210 int xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno,
224 enum xfs_dacmp xfs_da_compname(struct xfs_da_args *args,
228 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
230 void xfs_da_state_reset(struct xfs_da_state *state, struct xfs_da_args *args);
Dxfs_dir2.c74 struct xfs_da_args *args, in xfs_ascii_ci_compname()
231 struct xfs_da_args *args; in xfs_dir_init()
263 struct xfs_da_args *args; in xfs_dir_createname()
326 struct xfs_da_args *args, in xfs_dir_cilookup_result()
359 struct xfs_da_args *args; in xfs_dir_lookup()
437 struct xfs_da_args *args; in xfs_dir_removename()
495 struct xfs_da_args *args; in xfs_dir_replace()
569 struct xfs_da_args *args, in xfs_dir2_grow_inode()
613 struct xfs_da_args *args, in xfs_dir2_isblock()
639 struct xfs_da_args *args, in xfs_dir2_isleaf()
[all …]
Dxfs_attr_remote.c382 struct xfs_da_args *args) in xfs_attr_rmtval_get()
446 struct xfs_da_args *args) in xfs_attr_rmt_find_hole()
473 struct xfs_da_args *args) in xfs_attr_rmtval_set_value()
578 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_rmtval_find_space()
608 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_rmtval_set_blk()
639 struct xfs_da_args *args) in xfs_attr_rmtval_invalidate()
684 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_rmtval_remove()
Dxfs_attr_leaf.c47 STATIC int xfs_attr3_leaf_create(struct xfs_da_args *args,
51 struct xfs_da_args *args, int freemap_index);
52 STATIC void xfs_attr3_leaf_compact(struct xfs_da_args *args,
69 STATIC void xfs_attr3_leaf_moveents(struct xfs_da_args *args,
476 struct xfs_da_args *args, in xfs_attr_match()
501 struct xfs_da_args *args, in xfs_attr_copy_value()
682 struct xfs_da_args *args) in xfs_attr_shortform_create()
711 struct xfs_da_args *args, in xfs_attr_sf_findname()
751 struct xfs_da_args *args, in xfs_attr_shortform_add()
812 struct xfs_da_args *args) in xfs_attr_sf_removename()
[all …]
Dxfs_dir2_data.c691 struct xfs_da_args *args, /* directory operation args */ in xfs_dir3_data_init()
762 struct xfs_da_args *args, in xfs_dir2_data_log_entry()
784 struct xfs_da_args *args, in xfs_dir2_data_log_header()
804 struct xfs_da_args *args, in xfs_dir2_data_log_unused()
836 struct xfs_da_args *args, in xfs_dir2_data_make_free()
1054 struct xfs_da_args *args, in xfs_dir2_data_use_free()
Dxfs_da_btree.c84 struct xfs_da_args *args) in xfs_da_state_alloc()
123 struct xfs_da_args *args) in xfs_da_state_reset()
433 struct xfs_da_args *args, in xfs_da3_node_create()
657 struct xfs_da_args *args; in xfs_da3_root_split()
1188 struct xfs_da_args *args; in xfs_da3_root_join()
1592 struct xfs_da_args *args; in xfs_da3_node_lookup_int()
1812 struct xfs_da_args *args; in xfs_da3_blk_link()
1905 struct xfs_da_args *args; in xfs_da3_blk_unlink()
1986 struct xfs_da_args *args; in xfs_da3_path_shift()
2143 struct xfs_da_args *args, in xfs_da_compname()
[all …]
Dxfs_dir2_leaf.c29 static void xfs_dir3_leaf_log_bests(struct xfs_da_args *args,
31 static void xfs_dir3_leaf_log_tail(struct xfs_da_args *args,
615 struct xfs_da_args *args) /* operation arguments */ in xfs_dir2_leaf_addname()
1064 struct xfs_da_args *args, in xfs_dir3_leaf_log_bests()
1090 struct xfs_da_args *args, in xfs_dir3_leaf_log_ents()
1117 struct xfs_da_args *args, in xfs_dir3_leaf_log_header()
1137 struct xfs_da_args *args, in xfs_dir3_leaf_log_tail()
Dxfs_dir2_node.c364 struct xfs_da_args *args, in xfs_dir2_free_log_bests()
385 struct xfs_da_args *args, in xfs_dir2_free_log_header()
495 struct xfs_da_args *args, /* operation arguments */ in xfs_dir2_leafn_add()
1678 struct xfs_da_args *args, in xfs_dir2_node_add_datablk()
1790 struct xfs_da_args *args, in xfs_dir2_node_find_freeblk()
1895 struct xfs_da_args *args, /* operation arguments */ in xfs_dir2_node_addname_int()
2127 struct xfs_da_args *args) /* operation arguments */ in xfs_dir2_node_removename()
Dxfs_dir2_block.c300 struct xfs_da_args *args, in xfs_dir2_block_compact()
1069 struct xfs_da_args *args) in xfs_dir2_sf_to_block()
/linux-6.6.21/fs/xfs/
Dxfs_xattr.c100 struct xfs_da_args *args) in xfs_attr_change()
129 struct xfs_da_args args = { in xfs_xattr_get()
151 struct xfs_da_args args = { in xfs_xattr_set()
Dxfs_dir2_readdir.c46 struct xfs_da_args *args, in xfs_dir2_sf_getdents()
140 struct xfs_da_args *args, in xfs_dir2_block_getdents()
242 struct xfs_da_args *args, in xfs_dir2_leaf_readbuf()
346 struct xfs_da_args *args, in xfs_dir2_leaf_getdents()
513 struct xfs_da_args args = { NULL }; in xfs_readdir()
Dxfs_xattr.h9 int xfs_attr_change(struct xfs_da_args *args);
Dxfs_attr_item.c324 struct xfs_da_args *args = attr->xattri_da_args; in xfs_xattri_finish_update()
392 struct xfs_da_args *args; in xfs_attr_create_intent()
548 struct xfs_da_args *args; in xfs_attri_item_recover()
572 sizeof(struct xfs_da_args), KM_NOFS); in xfs_attri_item_recover()
573 args = (struct xfs_da_args *)(attr + 1); in xfs_attri_item_recover()
Dxfs_acl.c134 struct xfs_da_args args = { in xfs_get_acl()
178 struct xfs_da_args args = { in __xfs_set_acl()
Dxfs_trace.h56 struct xfs_da_args;
1916 TP_PROTO(struct xfs_da_args *args),
1951 TP_PROTO(struct xfs_da_args *args), \
1980 TP_PROTO(struct xfs_da_args *args),
2024 TP_PROTO(struct xfs_da_args *args), \
2069 TP_PROTO(struct xfs_da_args *args), \
2093 TP_PROTO(struct xfs_da_args *args, int idx),
2116 TP_PROTO(struct xfs_da_args *args, int idx), \
2124 TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count),
/linux-6.6.21/fs/xfs/scrub/
Ddabtree.h12 struct xfs_da_args dargs;
Dreaddir.c274 struct xfs_da_args args = { in xchk_dir_walk()
319 struct xfs_da_args args = { in xchk_dir_lookup()
Ddir.c451 struct xfs_da_args *args, in xchk_directory_leaf1_bestfree()
566 struct xfs_da_args *args, in xchk_directory_free_bestfree()
621 struct xfs_da_args args = { in xchk_directory_blocks()
Ddabtree.c321 struct xfs_da_args *dargs = &ds->dargs; in xchk_da_btree_block()

12