Lines Matching defs:value
31 void *value = NULL;
36 value = kzalloc(size, GFP_NOFS);
37 if (!value)
39 size = v9fs_fid_xattr_get(fid, name, value, size);
41 acl = posix_acl_from_xattr(&init_user_ns, value, size);
52 kfree(value);
92 * 9p Always cache the acl value when
243 const char *name, const void *value,
253 * xattr value. We leave it to the server to validate
256 return v9fs_xattr_set(dentry, handler->name, value, size,
263 if (value) {
264 /* update the cached acl value */
265 acl = posix_acl_from_xattr(&init_user_ns, value, size);
292 value = NULL;
312 retval = v9fs_xattr_set(dentry, handler->name, value, size, flags);