Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsysv_fs.h334 extern struct dentry_operations sysv_dentry_operations;
/linux-2.4.37.9/fs/sysv/
Dnamei.c63 struct dentry_operations sysv_dentry_operations = { variable
Dsuper.c339 sb->s_root->d_op = &sysv_dentry_operations; in complete_read_super()