Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsfs.h98 extern const struct file_operations cifs_file_direct_nobrl_ops;
Ddir.c554 file->f_op = &cifs_file_direct_nobrl_ops; in cifs_atomic_open()
Dcifsfs.c1219 const struct file_operations cifs_file_direct_nobrl_ops = { variable
Dinode.c49 inode->i_fop = &cifs_file_direct_nobrl_ops;
Dfile.c528 file->f_op = &cifs_file_direct_nobrl_ops; in cifs_open()