Lines Matching refs:dst_mode
1231 mode_t dst_mode, mode_t omitted_permissions, bool *new_dst, in copy_reg() argument
1335 if (! set_process_security_ctx (src_name, dst_name, dst_mode, in copy_reg()
1373 : ((x->explicit_no_preserve_mode ? MODE_RW_UGO : dst_mode) in copy_reg()
1448 ((dst_mode & ~omitted_permissions) in copy_reg()
1450 extra_permissions = open_mode & ~dst_mode; /* either 0 or S_IWUSR */ in copy_reg()
1690 dst_mode & ~ cached_umask ()) in copy_reg()
2208 mode_t dst_mode IF_LINT ( = 0); in copy_internal()
2963 dst_mode = dst_sb.st_mode; in copy_internal()
2966 if (lchmodat (dst_dirfd, drelname, dst_mode | S_IRWXU) != 0) in copy_internal()
3327 dst_mode = dst_sb.st_mode; in copy_internal()
3328 if (omitted_permissions & ~dst_mode) in copy_internal()
3335 if (lchmodat (dst_dirfd, drelname, dst_mode | omitted_permissions) in copy_internal()