Searched refs:generic_acl_operations (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgeneric_acl.h16 * struct generic_acl_operations - filesystem operations
21 struct generic_acl_operations { struct
26 size_t generic_acl_list(struct inode *, struct generic_acl_operations *, int,
28 int generic_acl_get(struct inode *, struct generic_acl_operations *, int,
30 int generic_acl_set(struct inode *, struct generic_acl_operations *, int,
33 struct generic_acl_operations *);
34 int generic_acl_chmod(struct inode *, struct generic_acl_operations *);
H A Dshmem_fs.h51 extern struct generic_acl_operations shmem_acl_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dgeneric_acl.c18 generic_acl_list(struct inode *inode, struct generic_acl_operations *ops,
53 generic_acl_get(struct inode *inode, struct generic_acl_operations *ops,
73 generic_acl_set(struct inode *inode, struct generic_acl_operations *ops,
131 struct generic_acl_operations *ops)
178 generic_acl_chmod(struct inode *inode, struct generic_acl_operations *ops)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dshmem_acl.c15 * shmem_get_acl - generic_acl_operations->getacl() operation
38 * shmem_set_acl - generic_acl_operations->setacl() operation
61 struct generic_acl_operations shmem_acl_ops = {

Completed in 55 milliseconds