Searched refs:xattrs (Results 1 – 8 of 8) sorted by relevance
429 struct ceph_inode_xattr **xattrs = NULL; in __build_xattrs() local450 xattrs = kcalloc(numattr, sizeof(struct ceph_xattr *), in __build_xattrs()453 if (!xattrs) in __build_xattrs()455 memset(xattrs, 0, numattr*sizeof(struct ceph_xattr *)); in __build_xattrs()457 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr), in __build_xattrs()459 if (!xattrs[i]) in __build_xattrs()467 kfree(xattrs[i]); in __build_xattrs()468 kfree(xattrs); in __build_xattrs()482 0, 0, 0, &xattrs[numattr]); in __build_xattrs()487 kfree(xattrs); in __build_xattrs()[all …]
5 EVM protects a file's security extended attributes(xattrs)
32 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 Linux466 user_xattr Allow getting and setting user xattrs (those attributes whose470 nouser_xattr Do not allow getfattr/setfattr to get/set/list xattrs
214 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.