Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ceph/
Dxattr.c356 struct ceph_inode_xattr **xattrs = NULL; in __build_xattrs() local
377 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 …]
/linux-2.6.39/fs/squashfs/
DKconfig33 Saying Y here includes support for extended attributes (xattrs).
/linux-2.6.39/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
463 user_xattr Allow getting and setting user xattrs (those attributes whose
467 nouser_xattr Do not allow getfattr/setfattr to get/set/list xattrs
/linux-2.6.39/Documentation/filesystems/
Dsquashfs.txt212 The xattr table contains extended attributes for each inode. The xattrs
/linux-2.6.39/Documentation/filesystems/caching/
Dcachefiles.txt70 - extended attributes (xattrs).
/linux-2.6.39/Documentation/
DSmack.txt64 Smack uses extended attributes (xattrs) to store file labels.