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

/linux-master/fs/xfs/
H A Dxfs_rmap_item.c306 map->me_owner = ri->ri_owner;
440 if (!XFS_RMAP_NON_INODE_OWNER(map->me_owner) &&
441 !xfs_verify_ino(mp, map->me_owner))
490 ri->ri_owner = map->me_owner;
H A Dxfs_bmap_item.c261 map->me_owner = bi->bi_owner->i_ino;
432 if (!xfs_verify_ino(mp, map->me_owner))
454 error = xlog_recover_iget(mp, map->me_owner, ipp);
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h723 uint64_t me_owner; member in struct:xfs_map_extent

Completed in 142 milliseconds