Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.h200 xfs_da_state_t *xfs_da_state_alloc(void);
Dxfs_attr.c835 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
984 state = xfs_da_state_alloc(); in xfs_attr_node_addname()
1060 state = xfs_da_state_alloc(); in xfs_attr_node_removename()
1292 state = xfs_da_state_alloc(); in xfs_attr_node_get()
Dxfs_dir2_node.c1634 state = xfs_da_state_alloc(); in xfs_dir2_node_addname()
2082 state = xfs_da_state_alloc(); in xfs_dir2_node_lookup()
2135 state = xfs_da_state_alloc(); in xfs_dir2_node_removename()
2204 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-4.19.296/fs/xfs/scrub/
Ddabtree.c501 ds.state = xfs_da_state_alloc(); in xchk_da_btree()