Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsfs.h97 extern const struct file_operations cifs_file_nobrl_ops; /* no brlocks */
H A Dcifsfs.c1659 const struct file_operations cifs_file_nobrl_ops = {
1655 const struct file_operations cifs_file_nobrl_ops = { global() variable
H A Dinode.c63 inode->i_fop = &cifs_file_nobrl_ops; in cifs_set_ops()