Home
last modified time | relevance | path

Searched refs:dentry_operations (Results 1 – 25 of 42) sorted by relevance

12

/linux-2.4.37.9/include/linux/
Dfsfilter.h31 struct dentry_operations filter_dentry_ops;
46 struct dentry_operations *cache_dentry_ops;
90 struct dentry_operations *filter_c2cdops(struct filter_fs *cache);
91 struct dentry_operations *filter_c2udops(struct filter_fs *cache);
97 …setup_dentry_ops(struct filter_fs *cache, struct dentry_operations *cache_dop, struct dentry_oper…
Daffs_fs.h91 extern struct dentry_operations affs_dentry_operations;
92 extern struct dentry_operations affs_dentry_operations_intl;
Ddcache.h80 struct dentry_operations *d_op;
87 struct dentry_operations { struct
Dminix_fs.h130 extern struct dentry_operations minix_dentry_operations;
Dsysv_fs.h334 extern struct dentry_operations sysv_dentry_operations;
Dnfs_fs.h184 extern struct dentry_operations nfs_dentry_operations;
/linux-2.4.37.9/fs/intermezzo/
Dmethods.c100 inline struct dentry_operations *filter_c2udops(struct filter_fs *cache) in filter_c2udops()
141 inline struct dentry_operations *filter_c2cdops(struct filter_fs *cache) in filter_c2cdops()
480 struct dentry_operations *cache_dop, in filter_setup_dentry_ops()
481 struct dentry_operations *filter_dop) in filter_setup_dentry_ops()
Ddcache.c115 struct dentry_operations presto_dentry_ops =
/linux-2.4.37.9/fs/hpfs/
Ddentry.c52 struct dentry_operations hpfs_dentry_operations = {
/linux-2.4.37.9/fs/hfs/
Dsysdep.c26 struct dentry_operations hfs_dentry_operations =
Dhfs.h549 extern struct dentry_operations hfs_dentry_operations;
/linux-2.4.37.9/fs/adfs/
Dadfs.h100 extern struct dentry_operations adfs_dentry_operations;
Ddir.c262 struct dentry_operations adfs_dentry_operations = {
/linux-2.4.37.9/fs/devpts/
Droot.c32 static struct dentry_operations devpts_dentry_operations = {
/linux-2.4.37.9/fs/umsdos/
Drdir.c24 extern struct dentry_operations umsdos_dentry_operations;
Dinode.c23 extern struct dentry_operations umsdos_dentry_operations;
/linux-2.4.37.9/fs/autofs4/
Droot.c219 static struct dentry_operations autofs4_root_dentry_operations = {
225 static struct dentry_operations autofs4_dentry_operations = {
/linux-2.4.37.9/fs/affs/
Dnamei.c34 struct dentry_operations affs_dentry_operations = {
39 struct dentry_operations affs_intl_dentry_operations = {
/linux-2.4.37.9/fs/smbfs/
Ddir.c272 static struct dentry_operations smbfs_dentry_operations =
280 static struct dentry_operations smbfs_dentry_operations_case =
/linux-2.4.37.9/fs/sysv/
Dnamei.c63 struct dentry_operations sysv_dentry_operations = {
/linux-2.4.37.9/fs/proc/
Dbase.c814 static struct dentry_operations pid_fd_dentry_operations =
820 static struct dentry_operations pid_dentry_operations =
825 static struct dentry_operations pid_base_dentry_operations =
/linux-2.4.37.9/fs/minix/
Dnamei.c55 struct dentry_operations minix_dentry_operations = {
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapifs.c83 static struct dentry_operations capifs_dentry_operations = {
/linux-2.4.37.9/fs/autofs/
Droot.c190 static struct dentry_operations autofs_dentry_operations = {
/linux-2.4.37.9/Documentation/filesystems/
Dvfs.txt286 to a struct "dentry_operations".
394 struct dentry_operations <section>
404 struct dentry_operations {

12