Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c724 smb_fsacl_inherit(acl_t *dir_zacl, int is_dir, int which_acl, cred_t *cr) in smb_fsacl_inherit() argument
744 num_inheritable = smb_fsacl_inheritable(dir_zacl, is_dir); in smb_fsacl_inherit()
777 smb_ace_inherit(dir_zace, new_zace, is_dir, uid, gid); in smb_fsacl_inherit()
780 if (is_dir && ZACE_IS_CREATOR(dir_zace) && in smb_fsacl_inherit()
797 if (is_dir == 0) { in smb_fsacl_inherit()
798 smb_ace_inherit(dir_zace, new_zace, is_dir, in smb_fsacl_inherit()
817 if (is_dir == 0) in smb_fsacl_inherit()
820 smb_ace_inherit(dir_zace, new_zace, is_dir, uid, gid); in smb_fsacl_inherit()
1030 smb_fsacl_inheritable(acl_t *zacl, int is_dir) in smb_fsacl_inheritable() argument
1053 if (is_dir && ZACE_IS_CREATOR(zace) && in smb_fsacl_inheritable()
[all …]
H A Dsmb_common_open.c318 int is_dir; in smb_open_subr() local
326 is_dir = (op->create_options & FILE_DIRECTORY_FILE) ? 1 : 0; in smb_open_subr()
333 if (is_dir) { in smb_open_subr()
404 if (is_dir) { in smb_open_subr()
419 if (!is_dir && !pn->pn_pname && !pn->pn_fname && pn->pn_sname) { in smb_open_subr()
718 if (is_dir == 0) in smb_open_subr()
756 if (is_dir == 0) { in smb_open_subr()
H A Dsmb_fsops.c135 boolean_t is_dir; in smb_fsop_create_with_sd() local
146 is_dir = ((fs_sd->sd_flags & SMB_FSSD_FLAGS_DIR) != 0); in smb_fsop_create_with_sd()
176 if (is_dir) { in smb_fsop_create_with_sd()
232 if (is_dir) { in smb_fsop_create_with_sd()
259 if (is_dir) in smb_fsop_create_with_sd()
2396 int is_dir; in smb_fsop_sdinherit() local
2416 is_dir = (fs_sd->sd_flags & SMB_FSSD_FLAGS_DIR); in smb_fsop_sdinherit()
2417 dacl = smb_fsacl_inherit(fs_sd->sd_zdacl, is_dir, SMB_DACL_SECINFO, in smb_fsop_sdinherit()
2419 sacl = smb_fsacl_inherit(fs_sd->sd_zsacl, is_dir, SMB_SACL_SECINFO, in smb_fsop_sdinherit()
H A Dsmb_query_fileinfo.c638 boolean_t is_dir; in smb_encode_stream_info() local
659 is_dir = ((attr->sa_dosattr & FILE_ATTRIBUTE_DIRECTORY) != 0); in smb_encode_stream_info()
673 if (!is_dir) { in smb_encode_stream_info()
/titanic_41/usr/src/cmd/make/bin/
H A Dfiles.cc144 target->stat.is_dir = in exists()
146 if (target->stat.is_dir) { in exists()
181 target->stat.is_dir = in set_target_stat()
183 if (target->stat.is_dir) { in set_target_stat()
240 target->stat.is_dir = alias->stat.is_dir; in vpath_exists()
H A Dmain.cc783 if (current_target->stat.is_dir) { in handle_interrupt()
818 if (rp->target->stat.is_dir) { in handle_interrupt()
/titanic_41/usr/src/cmd/bart/
H A Drules.c90 if (mod_ptr->is_dir == B_FALSE) { in exclude_fname()
558 int include, is_dir; in add_modifier() local
572 is_dir = (pattern[0] != '\0' && pattern[strlen(pattern) - 1] == '/'); in add_modifier()
577 new_mod_ptr->is_dir = is_dir; in add_modifier()
580 if (is_dir && !include) { in add_modifier()
H A Dbart.h109 boolean_t is_dir; member
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp.c502 is_dir(char *path) in is_dir() function
559 if (g.gl_matchc > 1 && dst && !is_dir(dst)) { in process_get()
575 if (is_dir(dst)) { in process_get()
/titanic_41/usr/src/cmd/make/include/mksh/
H A Ddefs.h433 Boolean is_dir:1; member
/titanic_41/usr/src/cmd/tar/
H A Dtar.c4673 checkf(char *longname, int is_dir, int howmuch) in checkf() argument
4695 if (is_dir) { in checkf()
4704 if (howmuch > 1 && !is_dir) { in checkf()