Home
last modified time | relevance | path

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

12

/Linux-v5.10/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,
54 int xfs_attr_shortform_remove(struct xfs_da_args *args);
55 int xfs_attr_sf_findname(struct xfs_da_args *args,
66 int xfs_attr3_leaf_to_node(struct xfs_da_args *args);
68 struct xfs_da_args *args, int forkoff);
[all …]
Dxfs_attr.h10 struct xfs_da_args;
88 int xfs_attr_get_ilocked(struct xfs_da_args *args);
89 int xfs_attr_get(struct xfs_da_args *args);
90 int xfs_attr_set(struct xfs_da_args *args);
91 int xfs_attr_set_args(struct xfs_da_args *args);
92 int xfs_has_attr(struct xfs_da_args *args);
93 int xfs_attr_remove_args(struct xfs_da_args *args);
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);
16 int xfs_attr_rmtval_invalidate(struct xfs_da_args *args);
17 int __xfs_attr_rmtval_remove(struct xfs_da_args *args);
Dxfs_dir2.h12 struct xfs_da_args;
61 extern int xfs_dir2_sf_to_block(struct xfs_da_args *args);
66 extern int xfs_dir2_isblock(struct xfs_da_args *args, int *r);
67 extern int xfs_dir2_isleaf(struct xfs_da_args *args, int *r);
68 extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db,
73 extern void xfs_dir2_data_log_entry(struct xfs_da_args *args,
75 extern void xfs_dir2_data_log_header(struct xfs_da_args *args,
77 extern void xfs_dir2_data_log_unused(struct xfs_da_args *args,
79 extern void xfs_dir2_data_make_free(struct xfs_da_args *args,
82 extern int xfs_dir2_data_use_free(struct xfs_da_args *args,
Dxfs_attr.c49 STATIC int xfs_attr_leaf_hasname(struct xfs_da_args *args, struct xfs_buf **bp);
83 struct xfs_da_args *args) in xfs_attr_get_ilocked()
115 struct xfs_da_args *args) in xfs_attr_get()
144 struct xfs_da_args *args, in xfs_attr_calc_size()
178 struct xfs_da_args *args) in xfs_attr_try_sf_addname()
226 struct xfs_da_args *args, in xfs_attr_set_shortform()
271 struct xfs_da_args *args) in xfs_attr_set_args()
336 struct xfs_da_args *args) in xfs_has_attr()
367 struct xfs_da_args *args) in xfs_attr_remove_args()
392 struct xfs_da_args *args) in xfs_attr_set()
[all …]
Dxfs_da_btree.h55 typedef struct xfs_da_args { struct
169 int xfs_da3_node_create(struct xfs_da_args *args, xfs_dablk_t blkno,
204 int xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno,
218 enum xfs_dacmp xfs_da_compname(struct xfs_da_args *args,
222 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
Dxfs_dir2.c70 struct xfs_da_args *args, in xfs_ascii_ci_compname()
218 struct xfs_da_args *args; in xfs_dir_init()
250 struct xfs_da_args *args; in xfs_dir_createname()
313 struct xfs_da_args *args, in xfs_dir_cilookup_result()
346 struct xfs_da_args *args; in xfs_dir_lookup()
424 struct xfs_da_args *args; in xfs_dir_removename()
482 struct xfs_da_args *args; in xfs_dir_replace()
556 struct xfs_da_args *args, in xfs_dir2_grow_inode()
600 struct xfs_da_args *args, in xfs_dir2_isblock()
622 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()
570 struct xfs_da_args *args) in xfs_attr_rmtval_set()
636 struct xfs_da_args *args) in xfs_attr_rmtval_invalidate()
677 struct xfs_da_args *args) in xfs_attr_rmtval_remove()
710 struct xfs_da_args *args) in __xfs_attr_rmtval_remove()
Dxfs_attr_leaf.c45 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,
449 struct xfs_da_args *args, in xfs_attr_match()
470 struct xfs_da_args *args, in xfs_attr_copy_value()
645 struct xfs_da_args *args) in xfs_attr_shortform_create()
679 struct xfs_da_args *args, in xfs_attr_sf_findname()
719 struct xfs_da_args *args, in xfs_attr_shortform_add()
782 struct xfs_da_args *args) in xfs_attr_shortform_remove()
[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.c83 struct xfs_da_args *args) in xfs_da_state_alloc()
421 struct xfs_da_args *args, in xfs_da3_node_create()
642 struct xfs_da_args *args; in xfs_da3_root_split()
1176 struct xfs_da_args *args; in xfs_da3_root_join()
1580 struct xfs_da_args *args; in xfs_da3_node_lookup_int()
1800 struct xfs_da_args *args; in xfs_da3_blk_link()
1893 struct xfs_da_args *args; in xfs_da3_blk_unlink()
1974 struct xfs_da_args *args; in xfs_da3_path_shift()
2131 struct xfs_da_args *args, in xfs_da_compname()
2141 struct xfs_da_args *args, in xfs_da_grow_inode_int()
[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,
606 struct xfs_da_args *args) /* operation arguments */ in xfs_dir2_leaf_addname()
1055 struct xfs_da_args *args, in xfs_dir3_leaf_log_bests()
1081 struct xfs_da_args *args, in xfs_dir3_leaf_log_ents()
1108 struct xfs_da_args *args, in xfs_dir3_leaf_log_header()
1128 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-v5.10/fs/xfs/
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()
241 struct xfs_da_args *args, in xfs_dir2_leaf_readbuf()
347 struct xfs_da_args *args, in xfs_dir2_leaf_getdents()
511 struct xfs_da_args args = { NULL }; in xfs_readdir()
Dxfs_xattr.c24 struct xfs_da_args args = { in xfs_xattr_get()
45 struct xfs_da_args args = { in xfs_xattr_set()
Dxfs_acl.c132 struct xfs_da_args args = { in xfs_get_acl()
173 struct xfs_da_args args = { in __xfs_set_acl()
Dxfs_trace.h18 struct xfs_da_args;
1777 TP_PROTO(struct xfs_da_args *args),
1812 TP_PROTO(struct xfs_da_args *args), \
1841 TP_PROTO(struct xfs_da_args *args),
1885 TP_PROTO(struct xfs_da_args *args), \
1932 TP_PROTO(struct xfs_da_args *args), \
1956 TP_PROTO(struct xfs_da_args *args, int idx),
1979 TP_PROTO(struct xfs_da_args *args, int idx), \
1987 TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count),
Dxfs_ioctl.c471 struct xfs_da_args args = { in xfs_attrmulti_attr_get()
505 struct xfs_da_args args = { in xfs_attrmulti_attr_set()
Dxfs_iops.c53 struct xfs_da_args args = { in xfs_initxattrs()
/Linux-v5.10/fs/xfs/scrub/
Ddabtree.h12 struct xfs_da_args dargs;
Ddir.c485 struct xfs_da_args *args, in xchk_directory_leaf1_bestfree()
595 struct xfs_da_args *args, in xchk_directory_free_bestfree()
650 struct xfs_da_args args; in xchk_directory_blocks()
Dattr.c115 struct xfs_da_args args = { NULL }; in xchk_xattr_listent()
Ddabtree.c320 struct xfs_da_args *dargs = &ds->dargs; in xchk_da_btree_block()

12