Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsfs.h92 extern const struct file_operations cifs_file_direct_nobrl_ops;
Ddir.c508 file->f_op = &cifs_file_direct_nobrl_ops;
Dcifsfs.c1465 const struct file_operations cifs_file_direct_nobrl_ops = { variable
Dinode.c39 inode->i_fop = &cifs_file_direct_nobrl_ops; in cifs_set_ops()
Dfile.c734 file->f_op = &cifs_file_direct_nobrl_ops; in cifs_open()