Home
last modified time | relevance | path

Searched refs:cifs_file_direct_nobrl_ops (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dcifsfs.h92 extern const struct file_operations cifs_file_direct_nobrl_ops;
H A Ddir.c548 file->f_op = &cifs_file_direct_nobrl_ops;
H A Dcifsfs.c1629 const struct file_operations cifs_file_direct_nobrl_ops = { variable
H A Dfile.c994 file->f_op = &cifs_file_direct_nobrl_ops; in cifs_open()