Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcifsfs.h88 extern const struct file_operations cifs_file_ops;
H A Dcifsfs.c1519 const struct file_operations cifs_file_ops = { variable
H A Dinode.c63 inode->i_fop = &cifs_file_ops; in cifs_set_ops()