Searched refs:xattrs (Results 1 – 7 of 7) sorted by relevance
356 struct ceph_inode_xattr **xattrs = NULL; in __build_xattrs() local377 xattrs = kcalloc(numattr, sizeof(struct ceph_xattr *), in __build_xattrs()380 if (!xattrs) in __build_xattrs()382 memset(xattrs, 0, numattr*sizeof(struct ceph_xattr *)); in __build_xattrs()384 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr), in __build_xattrs()386 if (!xattrs[i]) in __build_xattrs()394 kfree(xattrs[i]); in __build_xattrs()395 kfree(xattrs); in __build_xattrs()409 0, 0, 0, &xattrs[numattr]); in __build_xattrs()414 kfree(xattrs); in __build_xattrs()[all …]
33 Saying Y here includes support for extended attributes (xattrs).
61 p) implement support for security and trusted categories of xattrs
148 Note that server ea support is required for supporting xattrs from the Linux463 user_xattr Allow getting and setting user xattrs (those attributes whose467 nouser_xattr Do not allow getfattr/setfattr to get/set/list xattrs
212 The xattr table contains extended attributes for each inode. The xattrs
70 - extended attributes (xattrs).
64 Smack uses extended attributes (xattrs) to store file labels.