Searched refs:xfs_acl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_acl.c19 #include "xfs_acl.h"
37 xfs_acl_from_disk(struct xfs_acl *aclp)
86 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl)
108 struct xfs_acl *xfs_acl; local
109 int len = sizeof(struct xfs_acl);
133 xfs_acl = kzalloc(sizeof(struct xfs_acl), GFP_KERNEL);
134 if (!xfs_acl)
137 error = -xfs_attr_get(ip, ea_name, (unsigned char *)xfs_acl,
187 struct xfs_acl *xfs_acl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_acl.h29 struct xfs_acl { struct
H A DMakefile45 xfs-$(CONFIG_XFS_POSIX_ACL) += $(XFS_LINUX)/xfs_acl.o

Completed in 103 milliseconds