Searched refs:oi_owner (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.h17 oi->oi_owner = ino;
31 oi->oi_owner = ino;
42 return oi->oi_owner == XFS_RMAP_OWN_NULL;
93 *owner = oinfo->oi_owner;
109 oinfo->oi_owner = owner;
H A Dxfs_rmap.c2954 roc->good.rm_owner = oinfo->oi_owner;
3076 .oi_owner = XFS_RMAP_OWN_NULL,
3079 .oi_owner = XFS_RMAP_OWN_UNKNOWN,
3082 .oi_owner = XFS_RMAP_OWN_FS,
3085 .oi_owner = XFS_RMAP_OWN_LOG,
3088 .oi_owner = XFS_RMAP_OWN_AG,
3091 .oi_owner = XFS_RMAP_OWN_INOBT,
3094 .oi_owner = XFS_RMAP_OWN_INODES,
3097 .oi_owner = XFS_RMAP_OWN_REFC,
3100 .oi_owner
[all...]
H A Dxfs_format.h1489 uint64_t oi_owner; member in struct:xfs_owner_info
H A Dxfs_alloc.c2572 xefi->xefi_owner = oinfo->oi_owner;
2633 xefi->xefi_owner = oinfo->oi_owner;
/linux-master/fs/xfs/scrub/
H A Dnewbt.c256 xnr->oinfo.oi_owner);
330 xnr->oinfo.oi_owner);
388 free_agbno, free_aglen, xnr->oinfo.oi_owner);
406 free_aglen, xnr->oinfo.oi_owner);
544 xnr->oinfo.oi_owner);
H A Drmap_repair.c288 .owner = oinfo->oi_owner,
1545 if (XFS_RMAP_NON_INODE_OWNER(oi->oi_owner))
1546 return oi->oi_owner != XFS_RMAP_OWN_AG;
1549 return xchk_iscan_want_live_update(iscan, oi->oi_owner);
H A Dalloc_repair.c558 free_aglen, ra->new_bnobt.oinfo.oi_owner);
H A Dcommon.c375 if (rec->rm_owner != sroi->oinfo->oi_owner)
/linux-master/fs/xfs/
H A Dxfs_extfree_item.c461 oinfo.oi_owner = xefi->xefi_owner;
543 oinfo.oi_owner = xefi->xefi_owner;
H A Dxfs_trace.h2775 __entry->owner = oinfo->oi_owner;

Completed in 374 milliseconds