Searched refs:posix_perms (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dposix_acls.c2579 static BOOL convert_canon_ace_to_posix_perms( files_struct *fsp, canon_ace *file_ace_list, mode_t *posix_perms) argument
2611 *posix_perms = (mode_t)0;
2613 *posix_perms |= owner_ace->perms;
2614 *posix_perms |= MAP_PERM(group_ace->perms, S_IRUSR, S_IRGRP);
2615 *posix_perms |= MAP_PERM(group_ace->perms, S_IWUSR, S_IWGRP);
2616 *posix_perms |= MAP_PERM(group_ace->perms, S_IXUSR, S_IXGRP);
2617 *posix_perms |= MAP_PERM(other_ace->perms, S_IRUSR, S_IROTH);
2618 *posix_perms |= MAP_PERM(other_ace->perms, S_IWUSR, S_IWOTH);
2619 *posix_perms |= MAP_PERM(other_ace->perms, S_IXUSR, S_IXOTH);
2623 *posix_perms |
3275 mode_t posix_perms; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c2993 static bool convert_canon_ace_to_posix_perms( files_struct *fsp, canon_ace *file_ace_list, mode_t *posix_perms) argument
3026 *posix_perms = (mode_t)0;
3028 *posix_perms |= owner_ace->perms;
3029 *posix_perms |= MAP_PERM(group_ace->perms, S_IRUSR, S_IRGRP);
3030 *posix_perms |= MAP_PERM(group_ace->perms, S_IWUSR, S_IWGRP);
3031 *posix_perms |= MAP_PERM(group_ace->perms, S_IXUSR, S_IXGRP);
3032 *posix_perms |= MAP_PERM(other_ace->perms, S_IRUSR, S_IROTH);
3033 *posix_perms |= MAP_PERM(other_ace->perms, S_IWUSR, S_IWOTH);
3034 *posix_perms |= MAP_PERM(other_ace->perms, S_IXUSR, S_IXOTH);
3038 *posix_perms |
4102 mode_t posix_perms; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dposix_acls.c2579 static BOOL convert_canon_ace_to_posix_perms( files_struct *fsp, canon_ace *file_ace_list, mode_t *posix_perms) argument
2611 *posix_perms = (mode_t)0;
2613 *posix_perms |= owner_ace->perms;
2614 *posix_perms |= MAP_PERM(group_ace->perms, S_IRUSR, S_IRGRP);
2615 *posix_perms |= MAP_PERM(group_ace->perms, S_IWUSR, S_IWGRP);
2616 *posix_perms |= MAP_PERM(group_ace->perms, S_IXUSR, S_IXGRP);
2617 *posix_perms |= MAP_PERM(other_ace->perms, S_IRUSR, S_IROTH);
2618 *posix_perms |= MAP_PERM(other_ace->perms, S_IWUSR, S_IWOTH);
2619 *posix_perms |= MAP_PERM(other_ace->perms, S_IXUSR, S_IXOTH);
2623 *posix_perms |
3275 mode_t posix_perms; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c2993 static bool convert_canon_ace_to_posix_perms( files_struct *fsp, canon_ace *file_ace_list, mode_t *posix_perms) argument
3026 *posix_perms = (mode_t)0;
3028 *posix_perms |= owner_ace->perms;
3029 *posix_perms |= MAP_PERM(group_ace->perms, S_IRUSR, S_IRGRP);
3030 *posix_perms |= MAP_PERM(group_ace->perms, S_IWUSR, S_IWGRP);
3031 *posix_perms |= MAP_PERM(group_ace->perms, S_IXUSR, S_IXGRP);
3032 *posix_perms |= MAP_PERM(other_ace->perms, S_IRUSR, S_IROTH);
3033 *posix_perms |= MAP_PERM(other_ace->perms, S_IWUSR, S_IWOTH);
3034 *posix_perms |= MAP_PERM(other_ace->perms, S_IXUSR, S_IXOTH);
3038 *posix_perms |
4102 mode_t posix_perms; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c2993 static bool convert_canon_ace_to_posix_perms( files_struct *fsp, canon_ace *file_ace_list, mode_t *posix_perms) argument
3026 *posix_perms = (mode_t)0;
3028 *posix_perms |= owner_ace->perms;
3029 *posix_perms |= MAP_PERM(group_ace->perms, S_IRUSR, S_IRGRP);
3030 *posix_perms |= MAP_PERM(group_ace->perms, S_IWUSR, S_IWGRP);
3031 *posix_perms |= MAP_PERM(group_ace->perms, S_IXUSR, S_IXGRP);
3032 *posix_perms |= MAP_PERM(other_ace->perms, S_IRUSR, S_IROTH);
3033 *posix_perms |= MAP_PERM(other_ace->perms, S_IWUSR, S_IWOTH);
3034 *posix_perms |= MAP_PERM(other_ace->perms, S_IXUSR, S_IXOTH);
3038 *posix_perms |
4102 mode_t posix_perms; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Dposix_acls.c2579 static BOOL convert_canon_ace_to_posix_perms( files_struct *fsp, canon_ace *file_ace_list, mode_t *posix_perms) argument
2611 *posix_perms = (mode_t)0;
2613 *posix_perms |= owner_ace->perms;
2614 *posix_perms |= MAP_PERM(group_ace->perms, S_IRUSR, S_IRGRP);
2615 *posix_perms |= MAP_PERM(group_ace->perms, S_IWUSR, S_IWGRP);
2616 *posix_perms |= MAP_PERM(group_ace->perms, S_IXUSR, S_IXGRP);
2617 *posix_perms |= MAP_PERM(other_ace->perms, S_IRUSR, S_IROTH);
2618 *posix_perms |= MAP_PERM(other_ace->perms, S_IWUSR, S_IWOTH);
2619 *posix_perms |= MAP_PERM(other_ace->perms, S_IXUSR, S_IXOTH);
2623 *posix_perms |
3275 mode_t posix_perms; local
[all...]

Completed in 150 milliseconds