Home
last modified time | relevance | path

Searched refs:value_size (Results 1 – 4 of 4) sorted by relevance

/fs/overlayfs/
Dcopy_up.c50 ssize_t list_size, size, value_size = 0; in ovl_copy_xattr() local
97 size = vfs_getxattr(&init_user_ns, old, name, value, value_size); in ovl_copy_xattr()
106 if (size > value_size) { in ovl_copy_xattr()
116 value_size = size; in ovl_copy_xattr()
/fs/xfs/scrub/
Dattr.c31 size_t value_size, in xchk_setup_xattr_buf() argument
43 sz = max_t(size_t, sz, value_size); in xchk_setup_xattr_buf()
/fs/ext4/
Dxattr.c2557 size_t value_size = le32_to_cpu(entry->e_value_size); in ext4_xattr_move_to_block() local
2583 buffer = kvmalloc(value_size, GFP_NOFS); in ext4_xattr_move_to_block()
2589 error = ext4_xattr_inode_get(inode, entry, buffer, value_size); in ext4_xattr_move_to_block()
2610 i.value_len = value_size; in ext4_xattr_move_to_block()
/fs/ocfs2/
Dxattr.c3052 u64 value_size; in ocfs2_calc_xattr_set_need() local
3118 value_size = le64_to_cpu(xe->xe_value_size); in ocfs2_calc_xattr_set_need()
3145 value_size); in ocfs2_calc_xattr_set_need()
3148 value_size = OCFS2_XATTR_ROOT_SIZE; in ocfs2_calc_xattr_set_need()
3160 if (value_size >= OCFS2_XATTR_ROOT_SIZE) in ocfs2_calc_xattr_set_need()
3171 (value_size >= xi->xi_value_len)) || in ocfs2_calc_xattr_set_need()