Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_btree.h215 xfs_da_state_t *xfs_da_state_alloc(void);
Dxfs_attr.c893 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
1070 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
1160 state = xfs_da_state_alloc(); in xfs_attr_node_removename()
1421 state = xfs_da_state_alloc(); in xfs_attr_node_get()
Dxfs_dir2_node.c1580 state = xfs_da_state_alloc(); in xfs_dir2_node_addname()
2024 state = xfs_da_state_alloc(); in xfs_dir2_node_lookup()
2077 state = xfs_da_state_alloc(); in xfs_dir2_node_removename()
2146 state = xfs_da_state_alloc(); in xfs_dir2_node_replace()
Dxfs_da_btree.c99 xfs_da_state_alloc(void) in xfs_da_state_alloc() function