Searched defs:posix_acl (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dposix_acl.h2 File: linux/posix_acl.h
45 struct posix_acl { struct
61 static inline struct posix_acl *
62 posix_acl_dup(struct posix_acl *acl)
73 posix_acl_release(struct posix_acl *acl)
80 /* posix_acl.c */
82 extern void posix_acl_init(struct posix_acl *, int);
83 extern struct posix_acl *posix_acl_alloc(int, gfp_t);
84 extern int posix_acl_valid(const struct posix_acl *);
85 extern int posix_acl_permission(struct inode *, const struct posix_acl *, in
[all...]

Completed in 45 milliseconds