Searched refs:is_dir (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_acl.c | 724 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 D | smb_common_open.c | 318 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 D | smb_fsops.c | 135 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 D | smb_query_fileinfo.c | 638 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_44/usr/src/cmd/make/bin/ |
H A D | files.cc | 144 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 D | main.cc | 783 if (current_target->stat.is_dir) { in handle_interrupt() 818 if (rp->target->stat.is_dir) { in handle_interrupt()
|
/titanic_44/usr/src/cmd/bart/ |
H A D | rules.c | 90 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 D | bart.h | 109 boolean_t is_dir; member
|
/titanic_44/usr/src/cmd/ssh/sftp/ |
H A D | sftp.c | 502 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_44/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 433 Boolean is_dir:1; member
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 4673 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()
|