Searched refs:f_ftype (Results 1 – 16 of 16) sorted by relevance
32 switch (of->f_ftype) { in smb2_ofile_getattr()61 switch (of->f_ftype) { in smb2_ofile_getstd()90 switch (of->f_ftype) { in smb2_ofile_getname()
166 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_nt_trans_ioctl_set_sparse()243 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_nt_trans_ioctl_set_zero_data()280 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_nt_trans_ioctl_query_alloc_ranges()342 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_nt_trans_ioctl_enum_snaps()
281 ASSERT(of->f_ftype == SMB_FTYPE_MESG_PIPE); in smb_opipe_close()313 ASSERT(ofile->f_ftype == SMB_FTYPE_MESG_PIPE); in smb_opipe_write()363 ASSERT(ofile->f_ftype == SMB_FTYPE_MESG_PIPE); in smb_opipe_read()411 ASSERT(ofile->f_ftype == SMB_FTYPE_MESG_PIPE); in smb_opipe_ioctl()505 if (ofile->f_ftype != SMB_FTYPE_MESG_PIPE) in smb_opipe_transceive()
231 switch (of->f_ftype) { in smb2_setf_pipe()284 if (of->f_ftype != SMB_FTYPE_DISK) in smb2_setf_shortname()
125 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()
50 (sr->fid_ofile->f_ftype != SMB_FTYPE_DISK)) in smb2_setinfo_sec()
52 (sr->fid_ofile->f_ftype != SMB_FTYPE_DISK)) in smb2_qinfo_sec()
430 if (of->f_ftype != SMB_FTYPE_DISK) in smb2_qif_altname()457 if (of->f_ftype != SMB_FTYPE_DISK) { in smb2_qif_stream()478 switch (of->f_ftype) { in smb2_qif_pipe()
215 of->f_ftype = ftype; in smb_ofile_open()340 switch (of->f_ftype) { in smb_ofile_close()610 switch (of->f_ftype) { in smb_ofile_request_complete()725 switch (of->f_ftype) { in smb_ofile_disallow_fclose()952 switch (of->f_ftype) { in smb_ofile_delete()1234 switch (of->f_ftype) { in smb_ofile_netinfo_init()
58 (ofile->f_ftype != SMB_FTYPE_DISK)) in smb2_setinfo_quota()
55 (ofile->f_ftype != SMB_FTYPE_DISK)) in smb2_qinfo_quota()
82 (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()
134 !SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb2_ioctl()
240 if ((sr->fid_ofile->f_ftype == SMB_FTYPE_MESG_PIPE) && in smb_query_by_fid()249 switch (sr->fid_ofile->f_ftype) { in smb_query_by_fid()
229 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_set_by_fid()
1277 uint16_t f_ftype; member