Home
last modified time | relevance | path

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

/linux/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,
90 extern int xfs_dir3_data_init(struct xfs_da_args *args, xfs_dir2_db_t blkno,
102 extern int xfs_dir2_block_to_leaf(struct xfs_da_args *args,
[all …]
H A Dxfs_attr_leaf.h12 struct xfs_da_args;
48 void xfs_attr_shortform_create(struct xfs_da_args *args);
49 int xfs_attr_shortform_replace(struct xfs_da_args *args);
50 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
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 struct xfs_attr_sf_entry *xfs_attr_sf_findname(struct xfs_da_args *args);
64 int xfs_attr3_leaf_to_node(struct xfs_da_args *args);
66 struct xfs_da_args *args, int forkoff);
[all …]
H A Dxfs_attr.h10 struct xfs_da_args;
512 struct xfs_da_args *xattri_da_args;
552 int xfs_attr_get_ilocked(struct xfs_da_args *args);
553 int xfs_attr_get(struct xfs_da_args *args);
562 int xfs_attr_set(struct xfs_da_args *args, enum xfs_attr_update op, bool rsvd);
568 int xfs_attr_calc_size(struct xfs_da_args *args, int *local);
569 struct xfs_trans_res xfs_attr_set_resv(const struct xfs_da_args *args);
585 xfs_attr_init_add_state(struct xfs_da_args *args) in xfs_attr_init_add_state()
607 xfs_attr_init_remove_state(struct xfs_da_args *args) in xfs_attr_init_remove_state()
624 xfs_attr_init_replace_state(struct xfs_da_args *args) in xfs_attr_init_replace_state()
[all …]
H A Dxfs_dir2.h12 struct xfs_da_args;
47 enum xfs_dir2_fmt xfs_dir2_format(struct xfs_da_args *args, int *error);
78 int xfs_dir_lookup_args(struct xfs_da_args *args);
79 int xfs_dir_createname_args(struct xfs_da_args *args);
80 int xfs_dir_removename_args(struct xfs_da_args *args);
81 int xfs_dir_replace_args(struct xfs_da_args *args);
86 extern int xfs_dir2_sf_to_block(struct xfs_da_args *args);
91 extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db,
96 extern void xfs_dir2_data_log_entry(struct xfs_da_args *args,
98 extern void xfs_dir2_data_log_header(struct xfs_da_args *args,
[all …]
H A Dxfs_da_btree.h55 typedef struct xfs_da_args { struct
177 int xfs_da3_node_create(struct xfs_da_args *args, xfs_dablk_t blkno,
214 int xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno,
230 enum xfs_dacmp xfs_da_compname(struct xfs_da_args *args,
234 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
236 void xfs_da_state_reset(struct xfs_da_state *state, struct xfs_da_args *args);
H A Dxfs_dir2.c86 struct xfs_da_args *args, in xfs_ascii_ci_compname()
243 struct xfs_da_args *args; in xfs_dir_init()
266 struct xfs_da_args *args, in xfs_dir2_format()
299 struct xfs_da_args *args) in xfs_dir_createname_args()
332 struct xfs_da_args *args; in xfs_dir_createname()
372 struct xfs_da_args *args, in xfs_dir_cilookup_result()
393 struct xfs_da_args *args) in xfs_dir_lookup_args()
433 struct xfs_da_args *args; in xfs_dir_lookup()
470 struct xfs_da_args *args) in xfs_dir_removename_args()
499 struct xfs_da_args *args; in xfs_dir_removename()
[all …]
H A 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,
571 static inline unsigned int xfs_attr_match_mask(const struct xfs_da_args *args) in xfs_attr_match_mask()
580 const struct xfs_da_args *args, in xfs_attr_parent_match()
603 struct xfs_da_args *args, in xfs_attr_match()
627 struct xfs_da_args *args, in xfs_attr_copy_value()
805 struct xfs_da_args *args) in xfs_attr_shortform_create()
828 struct xfs_da_args *args) in xfs_attr_sf_findname()
[all …]
H A Dxfs_da_btree.c85 struct xfs_da_args *args) in xfs_da_state_alloc()
125 struct xfs_da_args *args) in xfs_da_state_reset()
504 struct xfs_da_args *args, in xfs_da3_node_create()
731 struct xfs_da_args *args; in xfs_da3_root_split()
1242 struct xfs_da_args *args; in xfs_da3_root_join()
1686 struct xfs_da_args *args; in xfs_da3_node_lookup_int()
1934 struct xfs_da_args *args; in xfs_da3_blk_link()
2042 struct xfs_da_args *args; in xfs_da3_blk_unlink()
2138 struct xfs_da_args *args; in xfs_da3_path_shift()
2314 struct xfs_da_args *args, in xfs_da_compname()
[all …]
/linux/fs/xfs/
H A Dxfs_xattr.c79 struct xfs_da_args *args, in xfs_attr_change()
137 struct xfs_da_args args = { in xfs_xattr_get()
176 struct xfs_da_args args = { in xfs_xattr_set()
H A Dxfs_attr_item.c373 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_log_item()
418 struct xfs_da_args *args; in xfs_attr_create_intent()
483 struct xfs_da_args *args; in xfs_attr_finish_item()
635 struct xfs_da_args *args; in xfs_attri_recover_work()
670 sizeof(struct xfs_da_args), GFP_KERNEL | __GFP_NOFAIL); in xfs_attri_recover_work()
671 args = (struct xfs_da_args *)(attr + 1); in xfs_attri_recover_work()
737 struct xfs_da_args *args; in xfs_attr_recover_work()
867 struct xfs_da_args *args, in xfs_attr_defer_add()
H A Dxfs_attr_item.h62 void xfs_attr_defer_add(struct xfs_da_args *args, enum xfs_attr_defer_op op);
H A Dxfs_handle.c500 struct xfs_da_args args = { in xfs_attrmulti_attr_get()
533 struct xfs_da_args args = { in xfs_attrmulti_attr_set()
H A Dxfs_health.c741 struct xfs_da_args *args) in xfs_da_mark_sick()
H A Dxfs_trace.h63 struct xfs_da_args;
2331 TP_PROTO(struct xfs_da_args *args),
2369 TP_PROTO(struct xfs_da_args *args), \
2398 TP_PROTO(struct xfs_da_args *args),
2437 TP_PROTO(struct xfs_da_args *args), \
2478 TP_PROTO(struct xfs_da_args *args), \
2502 TP_PROTO(struct xfs_da_args *args, int idx),
2525 TP_PROTO(struct xfs_da_args *args, int idx), \
2533 TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count),
/linux/fs/xfs/scrub/
H A Ddir.c67 struct xfs_da_args pptr_args;
621 struct xfs_da_args *args, in xchk_directory_leaf1_bestfree()
735 struct xfs_da_args *args, in xchk_directory_free_bestfree()
790 struct xfs_da_args args = { in xchk_directory_blocks()
H A Dattr_repair.c119 struct xfs_da_args pptr_args;
327 struct xfs_da_args args = { in xrep_xattr_salvage_remote_attr()
615 struct xfs_da_args args = { in xrep_xattr_insert_rec()
1292 struct xfs_da_args args = { in xrep_xattr_swap_prep()
H A Dparent_repair.c156 struct xfs_da_args pptr_args;
900 struct xfs_da_args args = { in xrep_parent_fetch_xattr_remote()
982 struct xfs_da_args args = { in xrep_parent_insert_xattr()
H A Ddir_repair.c131 struct xfs_da_args args;
676 memset(&rd->args, 0, sizeof(struct xfs_da_args)); in xrep_dir_init_args()
1465 struct xfs_da_args args = { in xrep_dir_swap_prep()
H A Dmetapath.c70 struct xfs_da_args pptr_args;
H A Ddabtree.c339 struct xfs_da_args *dargs = &ds->dargs; in xchk_da_btree_block()
H A Dparent.c259 struct xfs_da_args pptr_args;
H A Dattr.c176 struct xfs_da_args args = { in xchk_xattr_actor()