Home
last modified time | relevance | path

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

/linux-4.19.296/fs/9p/
Dvfs_dentry.c112 const struct dentry_operations v9fs_cached_dentry_operations = { variable
Dv9fs_vfs.h53 extern const struct dentry_operations v9fs_cached_dentry_operations;
Dvfs_super.c151 sb->s_d_op = &v9fs_cached_dentry_operations; in v9fs_mount()