Lines Matching refs:value
31 void *value = NULL; in __v9fs_get_acl() local
36 value = kzalloc(size, GFP_NOFS); in __v9fs_get_acl()
37 if (!value) in __v9fs_get_acl()
39 size = v9fs_fid_xattr_get(fid, name, value, size); in __v9fs_get_acl()
41 acl = posix_acl_from_xattr(&init_user_ns, value, size); in __v9fs_get_acl()
52 kfree(value); in __v9fs_get_acl()
244 const char *name, const void *value, in v9fs_xattr_set_acl() argument
257 return v9fs_xattr_set(dentry, handler->name, value, size, in v9fs_xattr_set_acl()
264 if (value) { in v9fs_xattr_set_acl()
266 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_xattr_set_acl()
293 value = NULL; in v9fs_xattr_set_acl()
313 retval = v9fs_xattr_set(dentry, handler->name, value, size, flags); in v9fs_xattr_set_acl()