Searched refs:value_size (Results 1 – 5 of 5) sorted by relevance
| /fs/xfs/scrub/ |
| A D | attr.c | 77 size_t value_size) in xchk_setup_xattr_buf() argument 111 if (ab->value_sz >= value_size) in xchk_setup_xattr_buf() 120 new_val = kvmalloc(value_size, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf() 125 ab->value_sz = value_size; in xchk_setup_xattr_buf()
|
| A D | attr.h | 29 int xchk_setup_xattr_buf(struct xfs_scrub *sc, size_t value_size);
|
| /fs/overlayfs/ |
| A D | copy_up.c | 78 ssize_t list_size, size, value_size = 0; in ovl_copy_xattr() local 133 size = ovl_do_getxattr(oldpath, name, value, value_size); in ovl_copy_xattr() 142 if (size > value_size) { in ovl_copy_xattr() 152 value_size = size; in ovl_copy_xattr()
|
| /fs/ext4/ |
| A D | xattr.c | 2600 size_t value_size = le32_to_cpu(entry->e_value_size); in ext4_xattr_move_to_block() local 2626 buffer = kvmalloc(value_size, GFP_NOFS); in ext4_xattr_move_to_block() 2632 error = ext4_xattr_inode_get(inode, entry, buffer, value_size); in ext4_xattr_move_to_block() 2653 i.value_len = value_size; in ext4_xattr_move_to_block()
|
| /fs/ocfs2/ |
| A D | xattr.c | 3056 u64 value_size; in ocfs2_calc_xattr_set_need() local 3122 value_size = le64_to_cpu(xe->xe_value_size); in ocfs2_calc_xattr_set_need() 3149 value_size); in ocfs2_calc_xattr_set_need() 3152 value_size = OCFS2_XATTR_ROOT_SIZE; in ocfs2_calc_xattr_set_need() 3164 if (value_size >= OCFS2_XATTR_ROOT_SIZE) in ocfs2_calc_xattr_set_need() 3175 (value_size >= xi->xi_value_len)) || in ocfs2_calc_xattr_set_need()
|
Completed in 736 milliseconds