Searched refs:f_ftype (Results 1 – 8 of 8) sorted by relevance
165 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()
278 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()
215 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()
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()
160 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()
249 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()
238 if (!SMB_FTYPE_IS_DISK(sr->fid_ofile->f_ftype)) { in smb_set_by_fid()
1216 uint16_t f_ftype; member