Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.c351 struct buffer_head *bhs_inline[8]; in ext4_xattr_inode_read() local
352 struct buffer_head **bhs = bhs_inline; in ext4_xattr_inode_read()
355 if (bh_count > ARRAY_SIZE(bhs_inline)) { in ext4_xattr_inode_read()
380 if (bhs != bhs_inline) in ext4_xattr_inode_read()
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr.c387 struct buffer_head *bhs_inline[8]; in ext4_xattr_inode_read() local
388 struct buffer_head **bhs = bhs_inline; in ext4_xattr_inode_read()
391 if (bh_count > ARRAY_SIZE(bhs_inline)) { in ext4_xattr_inode_read()
416 if (bhs != bhs_inline) in ext4_xattr_inode_read()

Completed in 9 milliseconds