Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsfs.h84 extern const struct inode_operations cifs_namespace_inode_operations;
H A Dnamespace.c277 const struct inode_operations cifs_namespace_inode_operations = { variable
H A Dinode.c63 inode->i_op = &cifs_namespace_inode_operations; in cifs_set_ops()