Searched refs:XFS_STAGING_FORK (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_types.h83 #define XFS_STAGING_FORK (-1) /* fake fork for staging a btree */ macro
89 { XFS_STAGING_FORK, "staging" }, \
H A Dxfs_bmap_btree.c570 case XFS_STAGING_FORK:
582 if (whichfork != XFS_STAGING_FORK) {
/linux-master/fs/xfs/scrub/
H A Dbmap_repair.c647 bmap_cur = xfs_bmbt_init_cursor(sc->mp, NULL, sc->ip, XFS_STAGING_FORK);

Completed in 146 milliseconds