Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/adfs/
Ddir.c262 struct dentry_operations adfs_dentry_operations = { variable
273 dentry->d_op = &adfs_dentry_operations; in adfs_lookup()
Dadfs.h100 extern struct dentry_operations adfs_dentry_operations;
Dsuper.c434 sb->s_root->d_op = &adfs_dentry_operations; in adfs_read_super()