Searched refs:acl_type (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_posixacl.c40 acl_type_t acl_type; local
45 acl_type = ACL_TYPE_ACCESS;
48 acl_type = ACL_TYPE_DEFAULT;
55 acl = acl_get_file(path_p, acl_type);
88 acl_type_t acl_type; local
95 acl_type = ACL_TYPE_ACCESS;
98 acl_type = ACL_TYPE_DEFAULT;
108 res = acl_set_file(name, acl_type, acl);
H A Dvfs_gpfs.c90 gacl->acl_nace, gacl->acl_type, gacl->acl_version, gacl->acl_level, gacl->acl_len));
116 acl->acl_type = type;
130 new_acl->acl_type = acl->acl_type;
162 if (gacl->acl_type != GPFS_ACL_TYPE_NFS4) {
273 gacl->acl_type = GPFS_ACL_TYPE_NFS4;
515 result->acl_type = (type == SMB_ACL_TYPE_DEFAULT) ?
H A Dvfs_hpuxacl.c130 static BOOL hpux_prohibited_duplicate_type(int acl_type);
865 * Inputs: acl_type - ACL Type.
875 static BOOL hpux_prohibited_duplicate_type(int acl_type) argument
877 switch(acl_type) {
H A Dvfs_aixacl2.c286 pacl_type_info->acl_type, filepath));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c905 acl_type_t acl_type;
911 acl_type = ACL_TYPE_NFS4;
920 acl_type = ACL_TYPE_ACCESS;
930 acl = acl_get_fd_np(source_fd, acl_type);
944 if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) {
961 acl_type_t acl_type;
967 acl_type = ACL_TYPE_NFS4;
976 acl_type = ACL_TYPE_ACCESS;
996 if (acl_type == ACL_TYPE_ACCESS) {
1018 acl = aclgetf(source_dir, acl_type);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsproto.h398 char *acl_inf, const int buflen, const int acl_type,
402 const char *local_acl, const int buflen, const int acl_type,
H A Dcifssmb.c2673 const int acl_type, const int size_of_data_area)
2685 if (acl_type & ACL_TYPE_ACCESS) {
2696 } else if (acl_type & ACL_TYPE_DEFAULT) {
2746 const int buflen, const int acl_type)
2767 if (acl_type == ACL_TYPE_ACCESS)
2769 else if (acl_type == ACL_TYPE_DEFAULT)
2772 cFYI(1, "unknown ACL type %d", acl_type);
2794 char *acl_inf, const int buflen, const int acl_type,
2870 buflen, acl_type, count);
2883 const int acl_type,
2672 cifs_copy_posix_acl(char *trgt, char *src, const int buflen, const int acl_type, const int size_of_data_area) argument
2745 ACL_to_cifs_posix(char *parm_data, const char *pACL, const int buflen, const int acl_type) argument
2792 CIFSSMBGetPosixACL(const int xid, struct cifsTconInfo *tcon, const unsigned char *searchName, char *acl_inf, const int buflen, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
2880 CIFSSMBSetPosixACL(const int xid, struct cifsTconInfo *tcon, const unsigned char *fileName, const char *local_acl, const int buflen, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dcommon.c917 const u8 acl_type = acl->type; local
926 else if (acl_type == TOMOYO_TYPE_PATH_ACL) {
949 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) {
958 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) {
968 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) {
979 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) {
990 if (acl_type != TOMOYO_TYPE_MOUNT_ACL)

Completed in 427 milliseconds