Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.h72 uint8_t i_forkoff; /* attr fork offset >> 3 */ member
111 return ip->i_forkoff > 0; in xfs_inode_has_attr_fork()
136 return ip->i_forkoff << 3; in xfs_inode_fork_boff()
H A Dxfs_inode.c1469 ASSERT(ip->i_forkoff == 0); in xfs_inactive()
2428 if (XFS_TEST_ERROR(ip->i_forkoff > mp->m_sb.sb_inodesize, in xfs_iflush()
2432 __func__, ip->i_ino, ip->i_forkoff, ip); in xfs_iflush()
H A Dxfs_inode_item.c585 to->di_forkoff = ip->i_forkoff; in xfs_inode_to_log_dinode()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_util.c358 ip->i_forkoff = xfs_default_attroffset(ip) >> 3; in xfs_inode_init()
742 ip->i_forkoff = 0; /* mark the attr fork not in use */ in xfs_inode_uninit()
H A Dxfs_bmap.c75 * ATTR2 and then mounted back with ATTR1, keeping the i_forkoff's fixed in xfs_bmap_compute_maxlevels()
212 * Helper routine to reset inode i_forkoff field when switching attribute fork
226 if (dfl_forkoff > ip->i_forkoff) in xfs_bmap_forkoff_reset()
227 ip->i_forkoff = dfl_forkoff; in xfs_bmap_forkoff_reset()
1007 ip->i_forkoff = default_size; in xfs_bmap_set_attrforkoff()
1012 ip->i_forkoff = xfs_attr_shortform_bytesfit(ip, size); in xfs_bmap_set_attrforkoff()
1013 if (!ip->i_forkoff) in xfs_bmap_set_attrforkoff()
1014 ip->i_forkoff = default_size; in xfs_bmap_set_attrforkoff()
/linux/fs/xfs/scrub/
H A Dtempfile.c937 ASSERT(sc->tempip->i_forkoff >= sc->ip->i_forkoff); in xrep_tempfile_copyout_local()
H A Dattr_repair.c1362 sc->ip->i_forkoff = forkoff; in xrep_xattr_swap()