Home
last modified time | relevance | path

Searched refs:XFS_RMAP_OWN_NULL (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_fsmap.c76 dest->rm_owner = XFS_RMAP_OWN_NULL; in xfs_fsmap_owner_to_rmap()
145 case XFS_RMAP_OWN_NULL: /* "free" */ in xfs_fsmap_owner_from_rmap()
380 irec.rm_owner = XFS_RMAP_OWN_NULL; /* "free" */ in xfs_getfsmap_datadev_bnobt_helper()
464 irec.rm_owner = XFS_RMAP_OWN_NULL; /* "free" */ in xfs_getfsmap_rtdev_rtbitmap_helper()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_fsmap.c77 dest->rm_owner = XFS_RMAP_OWN_NULL; in xfs_fsmap_owner_to_rmap()
146 case XFS_RMAP_OWN_NULL: /* "free" */ in xfs_fsmap_owner_from_rmap()
408 irec.rm_owner = XFS_RMAP_OWN_NULL; /* "free" */ in xfs_getfsmap_datadev_bnobt_helper()
494 irec.rm_owner = XFS_RMAP_OWN_NULL; /* "free" */ in xfs_getfsmap_rtdev_rtbitmap_helper()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_rmap.h40 return oi->oi_owner == XFS_RMAP_OWN_NULL; in xfs_rmap_should_skip_owner_update()
H A Dxfs_rmap.c469 * XFS_RMAP_OWN_NULL to indicate that it expected that there is no owner of this
537 if (owner == XFS_RMAP_OWN_NULL) { in xfs_rmap_unmap()
728 if (irec->rm_owner == XFS_RMAP_OWN_NULL) in xfs_rmap_is_mergeable()
2758 .oi_owner = XFS_RMAP_OWN_NULL,
H A Dxfs_format.h1598 #define XFS_RMAP_OWN_NULL (-1ULL) /* No owner, for growfs */ macro
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_rmap.h42 return oi->oi_owner == XFS_RMAP_OWN_NULL; in xfs_rmap_should_skip_owner_update()
H A Dxfs_rmap.c577 * XFS_RMAP_OWN_NULL to indicate that it expected that there is no owner of this
638 if (owner == XFS_RMAP_OWN_NULL) { in xfs_rmap_unmap()
829 if (irec->rm_owner == XFS_RMAP_OWN_NULL) in xfs_rmap_is_mergeable()
2904 .oi_owner = XFS_RMAP_OWN_NULL,
H A Dxfs_format.h1511 #define XFS_RMAP_OWN_NULL (-1ULL) /* No owner, for growfs */ macro
H A Dxfs_alloc.c2573 xefi->xefi_owner = XFS_RMAP_OWN_NULL; in __xfs_free_extent_later()

Completed in 21 milliseconds