Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c535 int maxforkoff; in xfs_attr_shortform_bytesfit() local
612 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_attr_shortform_bytesfit()
613 maxforkoff = maxforkoff >> 3; /* rounded down */ in xfs_attr_shortform_bytesfit()
615 if (offset >= maxforkoff) in xfs_attr_shortform_bytesfit()
616 return maxforkoff; in xfs_attr_shortform_bytesfit()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c566 int maxforkoff; in xfs_attr_shortform_bytesfit() local
643 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_attr_shortform_bytesfit()
644 maxforkoff = maxforkoff >> 3; /* rounded down */ in xfs_attr_shortform_bytesfit()
646 if (offset >= maxforkoff) in xfs_attr_shortform_bytesfit()
647 return maxforkoff; in xfs_attr_shortform_bytesfit()

Completed in 7 milliseconds