Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsfs.h82 extern const struct inode_operations cifs_file_inode_ops;
H A Dcifsfs.c1174 const struct inode_operations cifs_file_inode_ops = { variable
H A Dinode.c37 inode->i_op = &cifs_file_inode_ops; in cifs_set_ops()