Lines Matching defs:bytes
264 * possibly exceed the maximum name length of 255 bytes.
518 * Query whether the total requested number of attr fork bytes of extended
522 * literal area for attribute data once the new bytes have been added.
530 int bytes)
541 if (bytes > XFS_LITINO(mp))
545 offset = (XFS_LITINO(mp) - bytes) >> 3;
553 * If the requested numbers of bytes is smaller or equal to the
562 if (bytes <= XFS_IFORK_ASIZE(dp))
982 int bytes;
990 bytes = sizeof(struct xfs_attr_sf_hdr);
1001 bytes += xfs_attr_sf_entsize_byname(name_loc->namelen,
1006 (bytes == sizeof(struct xfs_attr_sf_hdr)))
1008 return xfs_attr_shortform_bytesfit(dp, bytes);
1735 * Figure the total bytes to be added to the destination leaf.
1764 * Figure the total bytes to be added to the destination leaf.
1965 int bytes;
1981 bytes = xfs_attr3_leaf_hdr_size(leaf) +
1984 if (bytes > (state->args->geo->blksize >> 1)) {
2038 bytes = state->args->geo->blksize -
2046 if (bytes >= 0)
2677 * Calculate the number of bytes used to store the indicated attribute
2678 * (whether local or remote only calculate bytes in this block).
2701 * Calculate the number of bytes that would be required to store the new
2702 * attribute (whether local or remote only calculate bytes in this block).