Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.c620 bool ignore_off; in xfs_rmap_unmap() local
623 ignore_off = XFS_RMAP_NON_INODE_OWNER(owner) || in xfs_rmap_unmap()
736 if (!ignore_off) in xfs_rmap_unmap()
785 if (ignore_off) in xfs_rmap_unmap()
966 bool ignore_off; in xfs_rmap_map() local
970 ignore_off = XFS_RMAP_NON_INODE_OWNER(owner) || in xfs_rmap_map()
1039 (ignore_off || ltrec.rm_offset + ltrec.rm_blockcount == offset)) { in xfs_rmap_map()
1052 (ignore_off || offset + len == gtrec.rm_offset) && in xfs_rmap_map()
1087 (ignore_off || offset + len == gtrec.rm_offset)) { in xfs_rmap_map()
1099 if (!ignore_off) in xfs_rmap_map()