| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_dir2_priv.h | 12 extern int xfs_dir2_grow_inode(struct xfs_da_args *args, int space, 14 extern int xfs_dir_cilookup_result(struct xfs_da_args *args, 21 extern int xfs_dir2_block_addname(struct xfs_da_args *args); 22 extern int xfs_dir2_block_lookup(struct xfs_da_args *args); 23 extern int xfs_dir2_block_removename(struct xfs_da_args *args); 24 extern int xfs_dir2_block_replace(struct xfs_da_args *args); 25 extern int xfs_dir2_leaf_to_block(struct xfs_da_args *args, 46 extern int xfs_dir3_data_init(struct xfs_da_args *args, xfs_dir2_db_t blkno, 54 extern int xfs_dir2_block_to_leaf(struct xfs_da_args *args, 56 extern int xfs_dir2_leaf_addname(struct xfs_da_args *args); [all …]
|
| D | xfs_attr_leaf.h | 13 struct xfs_da_args; 35 void xfs_attr_shortform_create(struct xfs_da_args *args); 36 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff); 37 int xfs_attr_shortform_lookup(struct xfs_da_args *args); 38 int xfs_attr_shortform_getvalue(struct xfs_da_args *args); 39 int xfs_attr_shortform_to_leaf(struct xfs_da_args *args, 41 int xfs_attr_shortform_remove(struct xfs_da_args *args); 50 int xfs_attr3_leaf_to_node(struct xfs_da_args *args); 52 struct xfs_da_args *args, int forkoff); 53 int xfs_attr3_leaf_clearflag(struct xfs_da_args *args); [all …]
|
| D | xfs_dir2.h | 12 struct xfs_da_args; 136 extern int xfs_dir2_sf_to_block(struct xfs_da_args *args); 141 extern int xfs_dir2_isblock(struct xfs_da_args *args, int *r); 142 extern int xfs_dir2_isleaf(struct xfs_da_args *args, int *r); 143 extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db, 151 extern void xfs_dir2_data_log_entry(struct xfs_da_args *args, 153 extern void xfs_dir2_data_log_header(struct xfs_da_args *args, 155 extern void xfs_dir2_data_log_unused(struct xfs_da_args *args, 157 extern void xfs_dir2_data_make_free(struct xfs_da_args *args, 160 extern int xfs_dir2_data_use_free(struct xfs_da_args *args,
|
| D | xfs_attr_remote.h | 11 int xfs_attr_rmtval_get(struct xfs_da_args *args); 12 int xfs_attr_rmtval_set(struct xfs_da_args *args); 13 int xfs_attr_rmtval_remove(struct xfs_da_args *args);
|
| D | xfs_attr.h | 10 struct xfs_da_args; 146 int xfs_attr_get_ilocked(struct xfs_inode *ip, struct xfs_da_args *args); 151 int xfs_attr_set_args(struct xfs_da_args *args); 153 int xfs_attr_remove_args(struct xfs_da_args *args);
|
| D | xfs_da_btree.h | 48 typedef struct xfs_da_args { struct 140 enum xfs_dacmp (*compname)(struct xfs_da_args *, 152 int xfs_da3_node_create(struct xfs_da_args *args, xfs_dablk_t blkno, 182 int xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno, 198 enum xfs_dacmp xfs_da_compname(struct xfs_da_args *args,
|
| D | xfs_dir2.c | 70 struct xfs_da_args *args, in xfs_ascii_ci_compname() 212 struct xfs_da_args *args; in xfs_dir_init() 244 struct xfs_da_args *args; in xfs_dir_createname() 307 struct xfs_da_args *args, in xfs_dir_cilookup_result() 340 struct xfs_da_args *args; in xfs_dir_lookup() 418 struct xfs_da_args *args; in xfs_dir_removename() 476 struct xfs_da_args *args; in xfs_dir_replace() 550 struct xfs_da_args *args, in xfs_dir2_grow_inode() 594 struct xfs_da_args *args, in xfs_dir2_isblock() 614 struct xfs_da_args *args, in xfs_dir2_isleaf() [all …]
|
| D | xfs_attr.c | 62 struct xfs_da_args *args, in xfs_attr_args_init() 107 struct xfs_da_args *args) in xfs_attr_get_ilocked() 146 struct xfs_da_args args; in xfs_attr_get() 191 struct xfs_da_args *args, in xfs_attr_calc_size() 225 struct xfs_da_args *args) in xfs_attr_try_sf_addname() 255 struct xfs_da_args *args) in xfs_attr_set_args() 318 struct xfs_da_args *args) in xfs_attr_remove_args() 346 struct xfs_da_args args; in xfs_attr_set() 448 struct xfs_da_args args; in xfs_attr_remove() 579 struct xfs_da_args *args) in xfs_attr_leaf_addname() [all …]
|
| D | xfs_attr_leaf.c | 45 STATIC int xfs_attr3_leaf_create(struct xfs_da_args *args, 49 struct xfs_da_args *args, int freemap_index); 50 STATIC void xfs_attr3_leaf_compact(struct xfs_da_args *args, 67 STATIC void xfs_attr3_leaf_moveents(struct xfs_da_args *args, 398 struct xfs_da_args *args, in xfs_attr_copy_value() 775 struct xfs_da_args *args) in xfs_attr_shortform_getvalue() 804 struct xfs_da_args *args, in xfs_attr_shortform_to_leaf() 810 struct xfs_da_args nargs; in xfs_attr_shortform_to_leaf() 996 struct xfs_da_args *args, in xfs_attr3_leaf_to_shortform() 1003 struct xfs_da_args nargs; in xfs_attr3_leaf_to_shortform() [all …]
|
| D | xfs_attr_remote.c | 366 struct xfs_da_args *args) in xfs_attr_rmtval_get() 432 struct xfs_da_args *args) in xfs_attr_rmtval_set() 560 struct xfs_da_args *args) in xfs_attr_rmtval_remove()
|
| D | xfs_dir2_leaf.c | 28 static void xfs_dir3_leaf_log_bests(struct xfs_da_args *args, 30 static void xfs_dir3_leaf_log_tail(struct xfs_da_args *args, 563 struct xfs_da_args *args) /* operation arguments */ in xfs_dir2_leaf_addname() 1013 struct xfs_da_args *args, in xfs_dir3_leaf_log_bests() 1039 struct xfs_da_args *args, in xfs_dir3_leaf_log_ents() 1067 struct xfs_da_args *args, in xfs_dir3_leaf_log_header() 1087 struct xfs_da_args *args, in xfs_dir3_leaf_log_tail()
|
| D | xfs_da_btree.c | 329 struct xfs_da_args *args, in xfs_da3_node_create() 548 struct xfs_da_args *args; in xfs_da3_root_split() 1081 struct xfs_da_args *args; in xfs_da3_root_join() 1492 struct xfs_da_args *args; in xfs_da3_node_lookup_int() 1707 struct xfs_da_args *args; in xfs_da3_blk_link() 1800 struct xfs_da_args *args; in xfs_da3_blk_unlink() 1882 struct xfs_da_args *args; in xfs_da3_path_shift() 2039 struct xfs_da_args *args, in xfs_da_compname() 2061 struct xfs_da_args *args, in xfs_da_grow_inode_int() 2148 struct xfs_da_args *args, in xfs_da_grow_inode() [all …]
|
| D | xfs_dir2_data.c | 709 struct xfs_da_args *args, in xfs_dir2_data_log_entry() 730 struct xfs_da_args *args, in xfs_dir2_data_log_header() 751 struct xfs_da_args *args, in xfs_dir2_data_log_unused() 783 struct xfs_da_args *args, in xfs_dir2_data_make_free() 1001 struct xfs_da_args *args, in xfs_dir2_data_use_free()
|
| D | xfs_dir2_node.c | 291 struct xfs_da_args *args, in xfs_dir2_free_log_bests() 314 struct xfs_da_args *args, in xfs_dir2_free_log_header() 425 struct xfs_da_args *args, /* operation arguments */ in xfs_dir2_leafn_add() 1617 struct xfs_da_args *args, in xfs_dir2_node_add_datablk() 1736 struct xfs_da_args *args, in xfs_dir2_node_find_freeblk() 1849 struct xfs_da_args *args, /* operation arguments */ in xfs_dir2_node_addname_int() 2087 struct xfs_da_args *args) /* operation arguments */ in xfs_dir2_node_removename()
|
| D | xfs_dir2_block.c | 271 struct xfs_da_args *args, in xfs_dir2_block_compact()
|
| D | xfs_bmap.c | 996 struct xfs_da_args dargs; /* args for dir/attr code */ in xfs_bmap_add_attrfork_local()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_dir2_readdir.c | 45 struct xfs_da_args *args, in xfs_dir2_sf_getdents() 134 struct xfs_da_args *args, in xfs_dir2_block_getdents() 236 struct xfs_da_args *args, in xfs_dir2_leaf_readbuf() 341 struct xfs_da_args *args, in xfs_dir2_leaf_getdents() 500 struct xfs_da_args args = { NULL }; in xfs_readdir()
|
| D | xfs_trace.h | 18 struct xfs_da_args; 1667 TP_PROTO(struct xfs_da_args *args), 1702 TP_PROTO(struct xfs_da_args *args), \ 1731 TP_PROTO(struct xfs_da_args *args), 1769 TP_PROTO(struct xfs_da_args *args), \ 1816 TP_PROTO(struct xfs_da_args *args), \ 1840 TP_PROTO(struct xfs_da_args *args, int idx), 1863 TP_PROTO(struct xfs_da_args *args, int idx), \ 1871 TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count),
|
| /Linux-v5.4/fs/xfs/scrub/ |
| D | dabtree.h | 12 struct xfs_da_args dargs;
|
| D | dir.c | 474 struct xfs_da_args *args, in xchk_directory_leaf1_bestfree() 572 struct xfs_da_args *args, in xchk_directory_free_bestfree() 628 struct xfs_da_args args; in xchk_directory_blocks()
|
| D | attr.c | 115 struct xfs_da_args args = { NULL }; in xchk_xattr_listent()
|
| D | dabtree.c | 336 struct xfs_da_args *dargs = &ds->dargs; in xchk_da_btree_block()
|