Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_rmap.c494 bool ignore_off; in xfs_rmap_unmap() local
497 ignore_off = XFS_RMAP_NON_INODE_OWNER(owner) || in xfs_rmap_unmap()
615 if (!ignore_off) in xfs_rmap_unmap()
664 if (ignore_off) in xfs_rmap_unmap()
768 bool ignore_off; in xfs_rmap_map() local
772 ignore_off = XFS_RMAP_NON_INODE_OWNER(owner) || in xfs_rmap_map()
847 (ignore_off || ltrec.rm_offset + ltrec.rm_blockcount == offset)) { in xfs_rmap_map()
860 (ignore_off || offset + len == gtrec.rm_offset) && in xfs_rmap_map()
897 (ignore_off || offset + len == gtrec.rm_offset)) { in xfs_rmap_map()
909 if (!ignore_off) in xfs_rmap_map()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_rmap.c602 bool ignore_off; in xfs_rmap_unmap() local
605 ignore_off = XFS_RMAP_NON_INODE_OWNER(owner) || in xfs_rmap_unmap()
716 if (!ignore_off) in xfs_rmap_unmap()
765 if (ignore_off) in xfs_rmap_unmap()
869 bool ignore_off; in xfs_rmap_map() local
873 ignore_off = XFS_RMAP_NON_INODE_OWNER(owner) || in xfs_rmap_map()
941 (ignore_off || ltrec.rm_offset + ltrec.rm_blockcount == offset)) { in xfs_rmap_map()
954 (ignore_off || offset + len == gtrec.rm_offset) && in xfs_rmap_map()
991 (ignore_off || offset + len == gtrec.rm_offset)) { in xfs_rmap_map()
1003 if (!ignore_off) in xfs_rmap_map()
[all...]

Completed in 4 milliseconds