Home
last modified time | relevance | path

Searched refs:cifs_match_super (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/cifs/
Dcifsproto.h213 extern int cifs_match_super(struct super_block *, void *);
Dcifsfs.c748 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
Dconnect.c3364 cifs_match_super(struct super_block *sb, void *data) in cifs_match_super() function