Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr.c862 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
1011 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
1087 state = xfs_da_state_alloc(); in xfs_attr_node_removename()
1321 state = xfs_da_state_alloc(); in xfs_attr_node_get()
Dxfs_da_btree.h202 xfs_da_state_t *xfs_da_state_alloc(void);
Dxfs_dir2_node.c1975 state = xfs_da_state_alloc(); in xfs_dir2_node_addname()
2046 state = xfs_da_state_alloc(); in xfs_dir2_node_lookup()
2099 state = xfs_da_state_alloc(); in xfs_dir2_node_removename()
2168 state = xfs_da_state_alloc(); in xfs_dir2_node_replace()
Dxfs_da_btree.c82 xfs_da_state_alloc(void) in xfs_da_state_alloc() function
/fs/xfs/scrub/
Ddabtree.c497 ds.state = xfs_da_state_alloc(); in xchk_da_btree()