Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_btree.h215 xfs_da_state_t *xfs_da_state_alloc(void);
Dxfs_attr.c890 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
1067 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
1157 state = xfs_da_state_alloc(); in xfs_attr_node_removename()
1418 state = xfs_da_state_alloc(); in xfs_attr_node_get()
Dxfs_dir2_node.c1584 state = xfs_da_state_alloc(); in xfs_dir2_node_addname()
2027 state = xfs_da_state_alloc(); in xfs_dir2_node_lookup()
2080 state = xfs_da_state_alloc(); in xfs_dir2_node_removename()
2149 state = xfs_da_state_alloc(); in xfs_dir2_node_replace()
Dxfs_da_btree.c100 xfs_da_state_alloc(void) in xfs_da_state_alloc() function