Home
last modified time | relevance | path

Searched refs:XFS_GETPARENTS_OFLAG_DONE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_fs.h920 #define XFS_GETPARENTS_OFLAG_DONE (1U << 1) macro
923 XFS_GETPARENTS_OFLAG_DONE)
/linux/fs/xfs/
H A Dxfs_handle.c841 gp->gp_oflags |= XFS_GETPARENTS_OFLAG_DONE; in xfs_getparents()