Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dexport.c56 const struct export_operations cifs_export_ops = { variable
H A Dcifsfs.h156 extern const struct export_operations cifs_export_ops;
H A Dcifsfs.c242 sb->s_export_op = &cifs_export_ops; in cifs_read_super()