Home
last modified time | relevance | path

Searched refs:SMB_FTYPE_DISK (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_ofile.c33 case SMB_FTYPE_DISK: in smb2_ofile_getattr()
62 case SMB_FTYPE_DISK: in smb2_ofile_getstd()
91 case SMB_FTYPE_DISK: in smb2_ofile_getname()
H A Dsmb2_setinfo_file.c50 case SMB_FTYPE_DISK: in smb2_setinfo_file()
259 case SMB_FTYPE_DISK: in smb2_setf_pipe()
304 if (of->f_ftype != SMB_FTYPE_DISK) in smb2_setf_shortname()
H A Dsmb_ofile.c434 case SMB_FTYPE_DISK: in smb_ofile_open()
475 if (of->f_ftype == SMB_FTYPE_DISK) { in smb_ofile_close()
504 case SMB_FTYPE_DISK: in smb_ofile_close()
647 if (of->f_ftype == SMB_FTYPE_DISK && in smb_ofile_drop()
1221 case SMB_FTYPE_DISK: in smb_ofile_disallow_fclose()
1346 case SMB_FTYPE_DISK: in smb_ofile_flush()
1422 ASSERT(of->f_ftype == SMB_FTYPE_DISK); in smb_ofile_save_dh()
1508 if (of->f_ftype == SMB_FTYPE_DISK || in smb_ofile_delete()
1542 case SMB_FTYPE_DISK: in smb_ofile_delete()
1871 case SMB_FTYPE_DISK: in smb_ofile_netinfo_init()
H A Dsmb2_qinfo_file.c553 if (of->f_ftype != SMB_FTYPE_DISK) in smb2_qif_altname()
582 if (of->f_ftype != SMB_FTYPE_DISK) { in smb2_qif_stream()
611 case SMB_FTYPE_DISK: in smb2_qif_pipe()
741 if (of->f_ftype != SMB_FTYPE_DISK) in smb2_qif_id_info()
H A Dsmb_nt_transact_quota.c125 if ((ofile->f_node == NULL) || (ofile->f_ftype != SMB_FTYPE_DISK)) { in smb_nt_transact_query_quota()
261 if ((ofile->f_node == NULL) || (ofile->f_ftype != SMB_FTYPE_DISK)) { in smb_nt_transact_set_quota()
H A Dsmb2_setinfo_sec.c50 (sr->fid_ofile->f_ftype != SMB_FTYPE_DISK)) in smb2_setinfo_sec()
H A Dsmb2_qinfo_sec.c52 (sr->fid_ofile->f_ftype != SMB_FTYPE_DISK)) in smb2_qinfo_sec()
H A Dsmb2_setinfo_quota.c62 (ofile->f_ftype != SMB_FTYPE_DISK)) in smb2_setinfo_quota()
H A Dsmb2_qinfo_quota.c65 (ofile->f_ftype != SMB_FTYPE_DISK)) in smb2_qinfo_quota()
H A Dsmb_nt_transact_security.c82 (sr->fid_ofile->f_ftype != SMB_FTYPE_DISK)) { in smb_nt_transact_query_security_info()
172 (sr->fid_ofile->f_ftype != SMB_FTYPE_DISK)) { in smb_nt_transact_set_security_info()
H A Dsmb_common_open.c658 of = smb_ofile_alloc(sr, op, fnode, SMB_FTYPE_DISK, in smb_common_open()
1060 of = smb_ofile_alloc(sr, op, fnode, SMB_FTYPE_DISK, in smb_common_open()
1161 op->ftype = SMB_FTYPE_DISK; in smb_common_open()
H A Dsmb2_create.c465 if (of->f_ftype == SMB_FTYPE_DISK) { in smb2_create()
477 if (of->f_ftype != SMB_FTYPE_DISK || in smb2_create()
H A Dsmb_query_fileinfo.c248 case SMB_FTYPE_DISK: in smb_query_by_fid()
H A Dsmb2_durable.c1513 op->ftype = SMB_FTYPE_DISK; in smb2_dh_reconnect()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h670 #define SMB_FTYPE_DISK 0 macro
686 #define SMB_FTYPE_IS_DISK(F) ((F) == SMB_FTYPE_DISK)
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dtol_main.c435 f->f_ftype = SMB_FTYPE_DISK; in main()