Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h232 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
H A Dxfs_da_btree.c84 xfs_da_state_alloc( in xfs_da_state_alloc() function
/linux/fs/xfs/scrub/
H A Ddabtree.c521 ds->state = xfs_da_state_alloc(&ds->dargs); in xchk_da_btree()