Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dexport.c43 const struct export_operations cifs_export_ops = { variable
Dcifsfs.h151 extern const struct export_operations cifs_export_ops;
Dcifsfs.c278 sb->s_export_op = &cifs_export_ops; in cifs_read_super()