Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c220 uint dfl_forkoff = xfs_default_attroffset(ip) >> 3; in xfs_bmap_forkoff_reset() local
222 if (dfl_forkoff > ip->i_d.di_forkoff) in xfs_bmap_forkoff_reset()
223 ip->i_d.di_forkoff = dfl_forkoff; in xfs_bmap_forkoff_reset()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c221 uint dfl_forkoff = xfs_default_attroffset(ip) >> 3; in xfs_bmap_forkoff_reset() local
223 if (dfl_forkoff > ip->i_forkoff) in xfs_bmap_forkoff_reset()
224 ip->i_forkoff = dfl_forkoff; in xfs_bmap_forkoff_reset()

Completed in 13 milliseconds