Home
last modified time | relevance | path

Searched refs:xfs_da_state_alloc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_da_btree.h222 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
Dxfs_attr.c877 state = xfs_da_state_alloc(args); in xfs_attr_node_hasname()
1083 state = xfs_da_state_alloc(args); in xfs_attr_node_addname()
Dxfs_dir2_node.c2018 state = xfs_da_state_alloc(args); in xfs_dir2_node_addname()
2087 state = xfs_da_state_alloc(args); in xfs_dir2_node_lookup()
2139 state = xfs_da_state_alloc(args); in xfs_dir2_node_removename()
2204 state = xfs_da_state_alloc(args); in xfs_dir2_node_replace()
Dxfs_da_btree.c82 xfs_da_state_alloc( in xfs_da_state_alloc() function
/Linux-v5.10/fs/xfs/scrub/
Ddabtree.c493 ds.state = xfs_da_state_alloc(&ds.dargs); in xchk_da_btree()