Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dcifsfs.h83 extern const struct inode_operations cifs_namespace_inode_operations;
Dnamespace.c277 const struct inode_operations cifs_namespace_inode_operations = { variable
Dinode.c76 inode->i_op = &cifs_namespace_inode_operations; in cifs_set_ops()