Lines Matching defs:blocks
19 * inodes bigger than 128 bytes) and on additional disk blocks. The i_file_acl
23 * Identical blocks are detected by keeping a cache of blocks that have
26 * The attributes in inodes and on blocks have a different header; the entries
41 * The header is followed by multiple entry descriptors. In disk blocks, the
48 * EA blocks are only changed if they are exclusive to an inode, so
907 int blocks;
941 /* Data blocks. */
942 blocks = (value_len + sb->s_blocksize - 1) >> sb->s_blocksize_bits;
945 blocks += 1;
948 credits += blocks * 2;
951 credits += blocks;
959 /* Data blocks for old ea_inode. */
960 blocks = XATTR_SIZE_MAX >> sb->s_blocksize_bits;
965 blocks += 1;
968 credits += blocks * 2;
3006 * Compare two extended attribute blocks for equality.
3008 * Returns 0 if the blocks are equal, 1 if they differ, and
3064 ea_idebug(inode, "looking for cached blocks [%x]", (int)hash);