Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr.c810 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
959 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
1035 state = xfs_da_state_alloc(); in xfs_attr_node_removename()
1267 state = xfs_da_state_alloc(); in xfs_attr_node_get()
Dxfs_da_btree.h200 xfs_da_state_t *xfs_da_state_alloc(void);
Dxfs_dir2_node.c1633 state = xfs_da_state_alloc(); in xfs_dir2_node_addname()
2081 state = xfs_da_state_alloc(); in xfs_dir2_node_lookup()
2134 state = xfs_da_state_alloc(); in xfs_dir2_node_removename()
2203 state = xfs_da_state_alloc(); in xfs_dir2_node_replace()
Dxfs_da_btree.c88 xfs_da_state_alloc(void) in xfs_da_state_alloc() function
/Linux-v4.19/fs/xfs/scrub/
Ddabtree.c501 ds.state = xfs_da_state_alloc(); in xchk_da_btree()