Home
last modified time | relevance | path

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

/Linux-v5.10/fs/9p/
Dv9fs.h145 extern const struct inode_operations v9fs_file_inode_operations_dotl;
Dvfs_inode.c266 inode->i_op = &v9fs_file_inode_operations_dotl; in v9fs_init_inode()
279 inode->i_op = &v9fs_file_inode_operations_dotl; in v9fs_init_inode()
Dvfs_inode_dotl.c968 const struct inode_operations v9fs_file_inode_operations_dotl = { variable