Home
last modified time | relevance | path

Searched refs:xfs_da_args (Results 1 - 25 of 57) sorted by relevance

123

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A 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 *arg
[all...]
H A 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 *arg
[all...]
H A 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);
H A 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);
H A 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, int *r);
65 extern int xfs_dir2_isleaf(struct xfs_da_args *args, int *r);
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 *arg
[all...]
H A 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 *arg in xfs_attr_set()
[all...]
H A Dxfs_da_btree.h16 * data fork type, and it will be passed around via the xfs_da_args. Global
55 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);
H A 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 *arg in xfs_dir2_isleaf()
[all...]
H A 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()
H A 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 *arg in xfs_attr_shortform_remove()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A 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 *arg
[all...]
H A 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 *arg
[all...]
H A 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 *arg
[all...]
H A 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 *arg
[all...]
H A 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);
H A 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 *arg in xfs_attr_sf_addname()
[all...]
H A Dxfs_da_btree.h15 * data fork type, and it will be passed around via the xfs_da_args. Global
55 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);
H A 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 *arg in xfs_dir2_isleaf()
[all...]
H A 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()
H A 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 *arg in xfs_attr_sf_removename()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A 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()
H A 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()
H A Dxfs_xattr.h9 int xfs_attr_change(struct xfs_da_args *args);
/kernel/linux/linux-5.10/fs/xfs/
H A 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()
H A Dxfs_xattr.c24 struct xfs_da_args args = { in xfs_xattr_get()
45 struct xfs_da_args args = { in xfs_xattr_set()

Completed in 15 milliseconds

123