Home
last modified time | relevance | path

Searched refs:f_ftype (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_ioctl.c165 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_nt_trans_ioctl_set_sparse()
242 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_nt_trans_ioctl_set_zero_data()
279 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_nt_trans_ioctl_query_alloc_ranges()
H A Dsmb_opipe.c278 ASSERT(of->f_ftype == SMB_FTYPE_MESG_PIPE); in smb_opipe_close()
310 ASSERT(ofile->f_ftype == SMB_FTYPE_MESG_PIPE); in smb_opipe_write()
360 ASSERT(ofile->f_ftype == SMB_FTYPE_MESG_PIPE); in smb_opipe_read()
408 ASSERT(ofile->f_ftype == SMB_FTYPE_MESG_PIPE); in smb_opipe_get_nread()
H A Dsmb_ofile.c215 of->f_ftype = ftype; in smb_ofile_open()
334 if (of->f_ftype == SMB_FTYPE_MESG_PIPE) { in smb_ofile_close()
593 switch (of->f_ftype) { in smb_ofile_request_complete()
708 switch (of->f_ftype) { in smb_ofile_disallow_fclose()
935 if (of->f_ftype == SMB_FTYPE_MESG_PIPE) { in smb_ofile_delete()
939 ASSERT(of->f_ftype == SMB_FTYPE_DISK); in smb_ofile_delete()
1210 switch (of->f_ftype) { in smb_ofile_netinfo_init()
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_nt_transact_quota.c160 if ((ofile->f_node == NULL) || (ofile->f_ftype != SMB_FTYPE_DISK)) { in smb_nt_transact_query_quota()
293 if ((ofile->f_node == NULL) || (ofile->f_ftype != SMB_FTYPE_DISK)) { in smb_nt_transact_set_quota()
H A Dsmb_query_fileinfo.c249 if ((sr->fid_ofile->f_ftype == SMB_FTYPE_MESG_PIPE) && in smb_query_by_fid()
258 switch (sr->fid_ofile->f_ftype) { in smb_query_by_fid()
H A Dsmb_set_fileinfo.c238 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_set_by_fid()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1216 uint16_t f_ftype; member