Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dv9fs_vfs.h38 extern const struct dentry_operations v9fs_cached_dentry_operations;
H A Dvfs_dentry.c120 const struct dentry_operations v9fs_cached_dentry_operations = { variable
H A Dvfs_super.c138 set_default_d_op(sb, &v9fs_cached_dentry_operations); in v9fs_mount()