Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dvfs_dentry.c109 const struct dentry_operations v9fs_dentry_operations = { variable
H A Dv9fs_vfs.h37 extern const struct dentry_operations v9fs_dentry_operations;
H A Dvfs_super.c141 sb->s_d_op = &v9fs_dentry_operations; in v9fs_mount()