Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dcifsfs.h81 extern const struct inode_operations cifs_file_inode_ops;
Dcifsfs.c1120 const struct inode_operations cifs_file_inode_ops = { variable
Dinode.c48 inode->i_op = &cifs_file_inode_ops; in cifs_set_ops()