Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_priv.h12 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 …]
Dxfs_attr_leaf.h13 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 …]
Dxfs_attr_remote.h11 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);
Dxfs_dir2.h12 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,
Dxfs_attr.h10 struct xfs_da_args;
138 int xfs_attr_get_ilocked(struct xfs_inode *ip, struct xfs_da_args *args);
143 int xfs_attr_set_args(struct xfs_da_args *args);
145 int xfs_attr_remove_args(struct xfs_da_args *args);
Dxfs_da_btree.h48 typedef struct xfs_da_args { struct
138 enum xfs_dacmp (*compname)(struct xfs_da_args *,
150 int xfs_da3_node_create(struct xfs_da_args *args, xfs_dablk_t blkno,
180 int xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno,
196 enum xfs_dacmp xfs_da_compname(struct xfs_da_args *args,
Dxfs_dir2.c74 struct xfs_da_args *args, in xfs_ascii_ci_compname()
216 struct xfs_da_args *args; in xfs_dir_init()
248 struct xfs_da_args *args; in xfs_dir_createname()
311 struct xfs_da_args *args, in xfs_dir_cilookup_result()
344 struct xfs_da_args *args; in xfs_dir_lookup()
422 struct xfs_da_args *args; in xfs_dir_removename()
480 struct xfs_da_args *args; in xfs_dir_replace()
554 struct xfs_da_args *args, in xfs_dir2_grow_inode()
598 struct xfs_da_args *args, in xfs_dir2_isblock()
618 struct xfs_da_args *args, in xfs_dir2_isleaf()
[all …]
Dxfs_attr.c67 struct xfs_da_args *args, in xfs_attr_args_init()
109 struct xfs_da_args *args) in xfs_attr_get_ilocked()
132 struct xfs_da_args args; in xfs_attr_get()
163 struct xfs_da_args *args, in xfs_attr_calc_size()
197 struct xfs_da_args *args) in xfs_attr_try_sf_addname()
227 struct xfs_da_args *args) in xfs_attr_set_args()
290 struct xfs_da_args *args) in xfs_attr_remove_args()
318 struct xfs_da_args args; in xfs_attr_set()
420 struct xfs_da_args args; in xfs_attr_remove()
551 struct xfs_da_args *args) in xfs_attr_leaf_addname()
[all …]
Dxfs_attr_leaf.c48 STATIC int xfs_attr3_leaf_create(struct xfs_da_args *args,
52 struct xfs_da_args *args, int freemap_index);
53 STATIC void xfs_attr3_leaf_compact(struct xfs_da_args *args,
70 STATIC void xfs_attr3_leaf_moveents(struct xfs_da_args *args,
778 struct xfs_da_args *args, in xfs_attr_shortform_to_leaf()
784 struct xfs_da_args nargs; in xfs_attr_shortform_to_leaf()
987 struct xfs_da_args *args, in xfs_attr3_leaf_to_shortform()
994 struct xfs_da_args nargs; in xfs_attr3_leaf_to_shortform()
1069 struct xfs_da_args *args) in xfs_attr3_leaf_to_node()
1142 struct xfs_da_args *args, in xfs_attr3_leaf_create()
[all …]
Dxfs_attr_remote.c370 struct xfs_da_args *args) in xfs_attr_rmtval_get()
436 struct xfs_da_args *args) in xfs_attr_rmtval_set()
564 struct xfs_da_args *args) in xfs_attr_rmtval_remove()
Dxfs_da_btree.c316 struct xfs_da_args *args, in xfs_da3_node_create()
530 struct xfs_da_args *args; in xfs_da3_root_split()
1063 struct xfs_da_args *args; in xfs_da3_root_join()
1474 struct xfs_da_args *args; in xfs_da3_node_lookup_int()
1689 struct xfs_da_args *args; in xfs_da3_blk_link()
1782 struct xfs_da_args *args; in xfs_da3_blk_unlink()
1864 struct xfs_da_args *args; in xfs_da3_path_shift()
2021 struct xfs_da_args *args, in xfs_da_compname()
2043 struct xfs_da_args *args, in xfs_da_grow_inode_int()
2130 struct xfs_da_args *args, in xfs_da_grow_inode()
[all …]
Dxfs_dir2_data.c711 struct xfs_da_args *args, in xfs_dir2_data_log_entry()
732 struct xfs_da_args *args, in xfs_dir2_data_log_header()
753 struct xfs_da_args *args, in xfs_dir2_data_log_unused()
785 struct xfs_da_args *args, in xfs_dir2_data_make_free()
1003 struct xfs_da_args *args, in xfs_dir2_data_use_free()
Dxfs_dir2_leaf.c31 static void xfs_dir3_leaf_log_bests(struct xfs_da_args *args,
33 static void xfs_dir3_leaf_log_tail(struct xfs_da_args *args,
1077 struct xfs_da_args *args, in xfs_dir3_leaf_log_bests()
1103 struct xfs_da_args *args, in xfs_dir3_leaf_log_ents()
1131 struct xfs_da_args *args, in xfs_dir3_leaf_log_header()
1151 struct xfs_da_args *args, in xfs_dir3_leaf_log_tail()
Dxfs_dir2_node.c296 struct xfs_da_args *args, in xfs_dir2_free_log_bests()
319 struct xfs_da_args *args, in xfs_dir2_free_log_header()
2123 struct xfs_da_args *args) /* operation arguments */ in xfs_dir2_node_removename()
Dxfs_dir2_block.c274 struct xfs_da_args *args, in xfs_dir2_block_compact()
Dxfs_bmap.c997 struct xfs_da_args dargs; /* args for dir/attr code */ in xfs_bmap_add_attrfork_local()
/linux-4.19.296/fs/xfs/
Dxfs_dir2_readdir.c48 struct xfs_da_args *args, in xfs_dir2_sf_getdents()
137 struct xfs_da_args *args, in xfs_dir2_block_getdents()
239 struct xfs_da_args *args, in xfs_dir2_leaf_readbuf()
344 struct xfs_da_args *args, in xfs_dir2_leaf_getdents()
503 struct xfs_da_args args = { NULL }; in xfs_readdir()
Dxfs_trace.h18 struct xfs_da_args;
1649 TP_PROTO(struct xfs_da_args *args),
1684 TP_PROTO(struct xfs_da_args *args), \
1713 TP_PROTO(struct xfs_da_args *args),
1751 TP_PROTO(struct xfs_da_args *args), \
1798 TP_PROTO(struct xfs_da_args *args), \
1822 TP_PROTO(struct xfs_da_args *args, int idx),
1845 TP_PROTO(struct xfs_da_args *args, int idx), \
1853 TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count),
/linux-4.19.296/fs/xfs/scrub/
Ddabtree.h12 struct xfs_da_args dargs;
Ddir.c481 struct xfs_da_args *args, in xchk_directory_leaf1_bestfree()
579 struct xfs_da_args *args, in xchk_directory_free_bestfree()
635 struct xfs_da_args args; in xchk_directory_blocks()
Dattr.c80 struct xfs_da_args args = { NULL }; in xchk_xattr_listent()
Ddabtree.c340 struct xfs_da_args *dargs = &ds->dargs; in xchk_da_btree_block()