Lines Matching defs:bytes
266 * possibly exceed the maximum name length of 255 bytes.
549 * Query whether the total requested number of attr fork bytes of extended
553 * literal area for attribute data once the new bytes have been added.
561 int bytes)
572 if (bytes > XFS_LITINO(mp))
576 offset = (XFS_LITINO(mp) - bytes) >> 3;
584 * If the requested numbers of bytes is smaller or equal to the
593 if (bytes <= xfs_inode_attr_fork_size(dp))
1014 int bytes;
1022 bytes = sizeof(struct xfs_attr_sf_hdr);
1033 bytes += xfs_attr_sf_entsize_byname(name_loc->namelen,
1038 (bytes == sizeof(struct xfs_attr_sf_hdr)))
1040 return xfs_attr_shortform_bytesfit(dp, bytes);
1781 * Figure the total bytes to be added to the destination leaf.
1810 * Figure the total bytes to be added to the destination leaf.
2011 int bytes;
2027 bytes = xfs_attr3_leaf_hdr_size(leaf) +
2030 if (bytes > (state->args->geo->blksize >> 1)) {
2084 bytes = state->args->geo->blksize -
2092 if (bytes >= 0)
2721 * Calculate the number of bytes used to store the indicated attribute
2722 * (whether local or remote only calculate bytes in this block).
2745 * Calculate the number of bytes that would be required to store the new
2746 * attribute (whether local or remote only calculate bytes in this block).