Home
last modified time | relevance | path

Searched refs:xattrs (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/fs/ceph/
Dxattr.c429 struct ceph_inode_xattr **xattrs = NULL; in __build_xattrs() local
450 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 …]
/linux-3.4.99/Documentation/ABI/testing/
Devm5 EVM protects a file's security extended attributes(xattrs)
/linux-3.4.99/fs/squashfs/
DKconfig32 Saying Y here includes support for extended attributes (xattrs).
/linux-3.4.99/fs/cifs/
DTODO61 p) implement support for security and trusted categories of xattrs
DREADME148 Note that server ea support is required for supporting xattrs from the Linux
466 user_xattr Allow getting and setting user xattrs (those attributes whose
470 nouser_xattr Do not allow getfattr/setfattr to get/set/list xattrs
/linux-3.4.99/Documentation/filesystems/
Dsquashfs.txt214 The xattr table contains extended attributes for each inode. The xattrs
/linux-3.4.99/Documentation/filesystems/caching/
Dcachefiles.txt70 - extended attributes (xattrs).
/linux-3.4.99/Documentation/security/
DSmack.txt64 Smack uses extended attributes (xattrs) to store file labels.