Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsfs.h84 extern const struct inode_operations cifs_namespace_inode_operations;
Dnamespace.c248 const struct inode_operations cifs_namespace_inode_operations = { variable
Dinode.c62 inode->i_op = &cifs_namespace_inode_operations; in cifs_set_ops()