Searched refs:vol_info (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/fs/cifs/ |
H A D | connect.c | 3075 struct cifs_sb_info *cifs_sb, struct smb_vol *vol_info) reset_cifs_unix_caps() 3088 if (vol_info && vol_info->no_linux_ext) { reset_cifs_unix_caps() 3093 } else if (vol_info) reset_cifs_unix_caps() 3106 if (vol_info == NULL) { reset_cifs_unix_caps() 3125 if (vol_info && vol_info->no_psx_acl) reset_cifs_unix_caps() 3134 if (vol_info && vol_info->posix_paths == 0) reset_cifs_unix_caps() 3165 if (vol_info == NULL) { reset_cifs_unix_caps() 3905 struct smb_vol *vol_info; cifs_construct_tcon() local 3907 vol_info = kzalloc(sizeof(*vol_info), GFP_KERNEL); cifs_construct_tcon() 3908 if (vol_info == NULL) cifs_construct_tcon() 3911 vol_info->local_nls = cifs_sb->local_nls; cifs_construct_tcon() 3912 vol_info->linux_uid = fsuid; cifs_construct_tcon() 3913 vol_info->cred_uid = fsuid; cifs_construct_tcon() 3914 vol_info->UNC = master_tcon->treeName; cifs_construct_tcon() 3915 vol_info->retry = master_tcon->retry; cifs_construct_tcon() 3916 vol_info->nocase = master_tcon->nocase; cifs_construct_tcon() 3917 vol_info->local_lease = master_tcon->local_lease; cifs_construct_tcon() 3918 vol_info->no_linux_ext = !master_tcon->unix_ext; cifs_construct_tcon() 3919 vol_info->sectype = master_tcon->ses->sectype; cifs_construct_tcon() 3920 vol_info->sign = master_tcon->ses->sign; cifs_construct_tcon() 3922 rc = cifs_set_vol_auth(vol_info, master_tcon->ses); cifs_construct_tcon() 3933 ses = cifs_get_smb_ses(master_tcon->ses->server, vol_info); cifs_construct_tcon() 3940 tcon = cifs_get_tcon(ses, vol_info); cifs_construct_tcon() 3947 reset_cifs_unix_caps(0, tcon, NULL, vol_info); cifs_construct_tcon() 3949 kfree(vol_info->username); cifs_construct_tcon() 3950 kfree(vol_info->password); cifs_construct_tcon() 3951 kfree(vol_info); cifs_construct_tcon() 3074 reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct smb_vol *vol_info) reset_cifs_unix_caps() argument
|
/linux-4.1.27/sound/pci/ice1712/ |
H A D | maya44.c | 133 static struct maya_vol_info vol_info[WM_NUM_VOLS] = { variable in typeref:struct:maya_vol_info 175 struct maya_vol_info *vol = &vol_info[idx]; maya_vol_info() 206 struct maya_vol_info *vol = &vol_info[idx]; maya_vol_put()
|
Completed in 152 milliseconds