Lines Matching refs:value
167 void (*value)(struct xattr_iter *_it, unsigned int processed, char *buf,
290 /* 3. handle xattr value */
313 op->value(it, processed, it->kaddr + it->ofs, slice);
372 .value = xattr_copyvalue
593 .value = NULL
681 char *value = NULL;
696 value = kmalloc(rc, GFP_KERNEL);
697 if (!value)
699 rc = erofs_getxattr(inode, prefix, "", value, rc);
707 acl = posix_acl_from_xattr(&init_user_ns, value, rc);
708 kfree(value);