Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_fsmap.c80 dest->rm_owner = XFS_RMAP_OWN_NULL; in xfs_fsmap_owner_to_rmap()
149 case XFS_RMAP_OWN_NULL: /* "free" */ in xfs_fsmap_owner_from_frec()
428 .owner = XFS_RMAP_OWN_NULL, /* "free" */ in xfs_getfsmap_datadev_bnobt_helper()
723 .owner = XFS_RMAP_OWN_NULL, /* "free" */ in xfs_getfsmap_rtdev_rtbitmap_helper()
/linux/fs/xfs/libxfs/
H A Dxfs_rmap.h43 return oi->oi_owner == XFS_RMAP_OWN_NULL; in xfs_rmap_should_skip_owner_update()
H A Dxfs_format.h1671 #define XFS_RMAP_OWN_NULL (-1ULL) /* No owner, for growfs */ macro