Searched refs:posix_acl (Results 1 - 25 of 52) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs4_acl.h40 #include <linux/posix_acl.h>
56 struct nfs4_acl *nfs4_acl_posix_to_nfsv4(struct posix_acl *,
57 struct posix_acl *, unsigned int flags);
58 int nfs4_acl_nfsv4_to_posix(struct nfs4_acl *, struct posix_acl **,
59 struct posix_acl **, unsigned int flags);
H A Dposix_acl.h2 File: linux/posix_acl.h
40 struct posix_acl { struct
53 static inline struct posix_acl *
54 posix_acl_dup(struct posix_acl *acl)
65 posix_acl_release(struct posix_acl *acl)
72 /* posix_acl.c */
74 extern struct posix_acl *posix_acl_alloc(int, gfp_t);
75 extern struct posix_acl *posix_acl_clone(const struct posix_acl *, gfp_t);
76 extern int posix_acl_valid(const struct posix_acl *);
[all...]
H A Dgeneric_acl.h12 #include <linux/posix_acl.h>
22 struct posix_acl *(*getacl)(struct inode *, int);
23 void (*setacl)(struct inode *, int, struct posix_acl *);
H A Dnfsacl.h31 #include <linux/posix_acl.h>
41 nfsacl_size(struct posix_acl *acl_access, struct posix_acl *acl_default)
52 struct posix_acl *acl, int encode_entries, int typeflag);
55 struct posix_acl **pacl);
H A Dposix_acl_xattr.h12 #include <linux/posix_acl.h>
55 struct posix_acl *posix_acl_from_xattr(const void *value, size_t size);
56 int posix_acl_to_xattr(const struct posix_acl *acl, void *buffer, size_t size);
H A Dreiserfs_fs_i.h58 struct posix_acl *i_acl_access;
59 struct posix_acl *i_acl_default;
H A Dshmem_fs.h23 struct posix_acl *i_acl;
24 struct posix_acl *i_default_acl;
H A Dreiserfs_acl.h2 #include <linux/posix_acl.h>
50 struct posix_acl *reiserfs_get_acl(struct inode *inode, int type);
73 static inline struct posix_acl *reiserfs_get_acl(struct inode *inode, int type)
H A Dext3_fs_i.h107 struct posix_acl *i_acl;
108 struct posix_acl *i_default_acl;
H A Dext4_fs_i.h115 struct posix_acl *i_acl;
116 struct posix_acl *i_default_acl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_i.h17 #include <linux/posix_acl.h>
55 struct posix_acl *i_acl_access;
56 struct posix_acl *i_acl_default;
H A Dacl.c53 static struct posix_acl *jffs2_acl_from_medium(void *value, size_t size)
58 struct posix_acl *acl;
118 static void *jffs2_acl_to_medium(const struct posix_acl *acl, size_t *size)
159 static struct posix_acl *jffs2_iget_acl(struct inode *inode, struct posix_acl **i_acl)
161 struct posix_acl *acl = JFFS2_ACL_NOT_CACHED;
170 static void jffs2_iset_acl(struct inode *inode, struct posix_acl **i_acl, struct posix_acl *acl)
179 static struct posix_acl *jffs2_get_acl(struct inode *inode, int type)
182 struct posix_acl *ac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dposix_acl.c2 * linux/fs/posix_acl.c
20 #include <linux/posix_acl.h>
37 struct posix_acl *
40 const size_t size = sizeof(struct posix_acl) +
42 struct posix_acl *acl = kmalloc(size, flags);
53 struct posix_acl *
54 posix_acl_clone(const struct posix_acl *acl, gfp_t flags)
56 struct posix_acl *clone = NULL;
59 int size = sizeof(struct posix_acl) + acl->a_count *
72 posix_acl_valid(const struct posix_acl *ac
[all...]
H A Dgeneric_acl.c21 struct posix_acl *acl;
56 struct posix_acl *acl;
76 struct posix_acl *acl = NULL;
133 struct posix_acl *acl = NULL;
141 struct posix_acl *clone;
180 struct posix_acl *acl, *clone;
H A Dxattr_acl.c17 struct posix_acl *
23 struct posix_acl *acl;
77 posix_acl_to_xattr(const struct posix_acl *acl, void *buffer, size_t size)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dacl.c19 static struct posix_acl *
24 struct posix_acl *acl;
85 ext2_acl_to_disk(const struct posix_acl *acl, size_t *size)
128 static inline struct posix_acl *
129 ext2_iget_acl(struct inode *inode, struct posix_acl **i_acl)
131 struct posix_acl *acl = EXT2_ACL_NOT_CACHED;
142 ext2_iset_acl(struct inode *inode, struct posix_acl **i_acl,
143 struct posix_acl *acl)
155 static struct posix_acl *
161 struct posix_acl *ac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dacl.c20 static struct posix_acl *
25 struct posix_acl *acl;
86 ext3_acl_to_disk(const struct posix_acl *acl, size_t *size)
129 static inline struct posix_acl *
130 ext3_iget_acl(struct inode *inode, struct posix_acl **i_acl)
132 struct posix_acl *acl = EXT3_ACL_NOT_CACHED;
143 ext3_iset_acl(struct inode *inode, struct posix_acl **i_acl,
144 struct posix_acl *acl)
158 static struct posix_acl *
164 struct posix_acl *ac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dacl.c20 static struct posix_acl *
25 struct posix_acl *acl;
86 ext4_acl_to_disk(const struct posix_acl *acl, size_t *size)
129 static inline struct posix_acl *
130 ext4_iget_acl(struct inode *inode, struct posix_acl **i_acl)
132 struct posix_acl *acl = EXT4_ACL_NOT_CACHED;
143 ext4_iset_acl(struct inode *inode, struct posix_acl **i_acl,
144 struct posix_acl *acl)
158 static struct posix_acl *
164 struct posix_acl *ac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dxattr_acl.c3 #include <linux/posix_acl.h>
14 struct posix_acl *acl);
19 struct posix_acl *acl;
49 struct posix_acl *acl;
69 static struct posix_acl *posix_acl_from_disk(const void *value, size_t size)
73 struct posix_acl *acl;
131 static void *posix_acl_to_disk(const struct posix_acl *acl, size_t * size)
181 struct posix_acl *reiserfs_get_acl(struct inode *inode, int type)
184 struct posix_acl *acl, **p_acl;
246 reiserfs_set_acl(struct inode *inode, int type, struct posix_acl *ac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dacl.c30 static struct posix_acl *jfs_get_acl(struct inode *inode, int type)
32 struct posix_acl *acl;
35 struct posix_acl **p_acl;
80 struct posix_acl *acl)
84 struct posix_acl **p_acl;
132 struct posix_acl *acl = jfs_get_acl(inode, ACL_TYPE_ACCESS);
150 struct posix_acl *acl = NULL;
151 struct posix_acl *clone;
195 struct posix_acl *acl, *clone;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs3acl.c13 struct posix_acl *acl;
53 struct posix_acl *acl;
82 struct posix_acl *acl;
137 static struct posix_acl *nfs3_get_cached_acl(struct inode *inode, int type)
140 struct posix_acl *acl = ERR_PTR(-EINVAL);
166 static void nfs3_cache_acls(struct inode *inode, struct posix_acl *acl,
167 struct posix_acl *dfacl)
182 struct posix_acl *nfs3_proc_getacl(struct inode *inode, int type)
199 struct posix_acl *acl;
285 static int nfs3_proc_setacls(struct inode *inode, struct posix_acl *ac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dshmem_acl.c17 static struct posix_acl *
20 struct posix_acl *acl = NULL;
41 shmem_set_acl(struct inode *inode, int type, struct posix_acl *acl)
43 struct posix_acl *free = NULL;
180 struct posix_acl *acl = shmem_get_acl(inode, ACL_TYPE_ACCESS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dacl.c15 #include <linux/posix_acl.h>
38 struct posix_acl *acl;
87 static int acl_get(struct gfs2_inode *ip, int access, struct posix_acl **acl,
157 struct posix_acl *acl = NULL;
201 struct posix_acl *acl = NULL, *clone;
263 struct posix_acl *acl = NULL, *clone;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs_common/
H A Dnfsacl.c38 struct posix_acl *acl;
76 struct posix_acl *acl, int encode_entries, int typeflag)
91 struct posix_acl *acl2 = NULL;
122 struct posix_acl *acl;
186 posix_acl_from_nfsacl(struct posix_acl *acl)
228 struct posix_acl **pacl)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr3.h116 struct posix_acl;
120 struct posix_acl *acl_access;
121 struct posix_acl *acl_default;
228 struct posix_acl *acl_access;
229 struct posix_acl *acl_default;

Completed in 515 milliseconds

123