Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr.c592 attr->xattri_da_state = xfs_da_state_alloc(args); in xfs_attr_item_init_da_state()
877 state = xfs_da_state_alloc(args); in xfs_attr_lookup()
1488 struct xfs_da_state *state = xfs_da_state_alloc(args); in xfs_attr_node_remove_attr()
1544 state = xfs_da_state_alloc(args); in xfs_attr_node_get()
H A Dxfs_da_btree.h228 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
H A 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()
H A Dxfs_da_btree.c83 xfs_da_state_alloc( in xfs_da_state_alloc() function
/openbmc/linux/fs/xfs/scrub/
H A Ddabtree.c497 ds->state = xfs_da_state_alloc(&ds->dargs); in xchk_da_btree()