/linux-2.4.37.9/fs/autofs4/ |
D | root.c | 273 dentry->d_op = &autofs4_root_dentry_operations; in autofs4_root_lookup() 280 if (dentry->d_op && dentry->d_op->d_revalidate) { in autofs4_root_lookup() 282 (dentry->d_op->d_revalidate)(dentry, 0); in autofs4_root_lookup() 340 dentry->d_op = &autofs4_root_dentry_operations; in autofs4_dir_symlink() 342 dentry->d_op = &autofs4_dentry_operations; in autofs4_dir_symlink() 438 dentry->d_op = &autofs4_root_dentry_operations; in autofs4_dir_mkdir() 440 dentry->d_op = &autofs4_dentry_operations; in autofs4_dir_mkdir() 483 (dentry->d_op == &autofs4_root_dentry_operations || in is_autofs4_dentry() 484 dentry->d_op == &autofs4_dentry_operations) && in is_autofs4_dentry()
|
/linux-2.4.37.9/fs/ |
D | dcache.c | 64 if (dentry->d_op && dentry->d_op->d_release) in d_free() 65 dentry->d_op->d_release(dentry); in d_free() 83 if (dentry->d_op && dentry->d_op->d_iput) in dentry_iput() 84 dentry->d_op->d_iput(dentry, inode); in dentry_iput() 135 if (dentry->d_op && dentry->d_op->d_delete) { in dput() 136 if (dentry->d_op->d_delete(dentry)) in dput() 620 dentry->d_op = NULL; in d_alloc() 728 if (parent->d_op && parent->d_op->d_compare) { in d_lookup() 729 if (parent->d_op->d_compare(parent, &dentry->d_name, name)) in d_lookup() 1164 if (dir->d_op && dir->d_op->d_hash) in find_inode_number() [all …]
|
D | namei.c | 267 if (dentry && dentry->d_op && dentry->d_op->d_revalidate) { in cached_lookup() 268 if (!dentry->d_op->d_revalidate(dentry, flags) && !d_invalidate(dentry)) { in cached_lookup() 327 if (result->d_op && result->d_op->d_revalidate) { in real_lookup() 328 if (!result->d_op->d_revalidate(result, flags) && !d_invalidate(result)) { in real_lookup() 525 if (nd->dentry->d_op && nd->dentry->d_op->d_hash) { in link_path_walk() 526 err = nd->dentry->d_op->d_hash(nd->dentry, &this); in link_path_walk() 591 if (nd->dentry->d_op && nd->dentry->d_op->d_hash) { in link_path_walk() 592 err = nd->dentry->d_op->d_hash(nd->dentry, &this); in link_path_walk() 650 if (dentry && dentry->d_op && dentry->d_op->d_revalidate) { in link_path_walk() 652 if (!dentry->d_op->d_revalidate(dentry, 0)) { in link_path_walk() [all …]
|
/linux-2.4.37.9/fs/isofs/ |
D | namei.c | 49 return dentry->d_op->d_compare(dentry, &dentry->d_name, &qstr); in isofs_cmp() 164 dentry->d_op = dir->i_sb->s_root->d_op; in isofs_lookup()
|
/linux-2.4.37.9/fs/smbfs/ |
D | cache.c | 136 if (dentry->d_op && dentry->d_op->d_hash) in smb_fill_cache() 137 if (dentry->d_op->d_hash(dentry, qname) != 0) in smb_fill_cache()
|
D | dir.c | 384 dentry->d_op = &smbfs_dentry_operations_case; in smb_new_dentry() 386 dentry->d_op = &smbfs_dentry_operations; in smb_new_dentry() 442 dentry->d_op = &smbfs_dentry_operations_case; in smb_lookup() 444 dentry->d_op = &smbfs_dentry_operations; in smb_lookup()
|
/linux-2.4.37.9/fs/intermezzo/ |
D | dcache.c | 330 dentry->d_op, &presto_dentry_ops); in presto_set_dd() 331 dentry->d_op = filter_c2udops(fset->fset_cache->cache_filter); in presto_set_dd()
|
D | super.c | 305 filter_setup_dentry_ops(cache->cache_filter, sb->s_root->d_op, in presto_read_super() 309 sb->s_root->d_op = filter_c2udops(cache->cache_filter); in presto_read_super()
|
D | vfs.c | 611 dentry->d_op, in presto_do_create() 613 dentry->d_op = filter_c2udops(cache->cache_filter); in presto_do_create() 805 old_dentry->d_op->d_release(new_dentry); in presto_do_link() 1160 filter_setup_dentry_ops(cache->cache_filter, dentry->d_op, in presto_do_symlink() 1162 dentry->d_op = filter_c2udops(cache->cache_filter); in presto_do_symlink() 1321 dentry->d_op, in presto_do_mkdir() 1323 dentry->d_op = filter_c2udops(cache->cache_filter); in presto_do_mkdir() 1632 filter_setup_dentry_ops(cache->cache_filter, dentry->d_op, in presto_do_mknod() 1634 dentry->d_op = filter_c2udops(cache->cache_filter); in presto_do_mknod()
|
D | fileset.c | 202 dentry->d_op = ioctl_dentry->d_op; in presto_set_fsetroot()
|
/linux-2.4.37.9/fs/hpfs/ |
D | dentry.c | 59 dentry->d_op = &hpfs_dentry_operations; in hpfs_set_dentry_operations()
|
/linux-2.4.37.9/fs/sysv/ |
D | namei.c | 72 dentry->d_op = dir->i_sb->s_root->d_op; in sysv_lookup()
|
/linux-2.4.37.9/fs/minix/ |
D | namei.c | 64 dentry->d_op = dir->i_sb->s_root->d_op; in minix_lookup()
|
/linux-2.4.37.9/fs/devpts/ |
D | root.c | 104 dentry->d_op = &devpts_dentry_operations; in devpts_root_lookup()
|
/linux-2.4.37.9/fs/ncpfs/ |
D | dir.c | 563 if (dentry->d_op && dentry->d_op->d_hash) in ncp_fill_cache() 564 if (dentry->d_op->d_hash(dentry, &qname) != 0) in ncp_fill_cache() 584 newdent->d_op = &ncp_dentry_operations; in ncp_fill_cache() 793 dentry->d_op = &ncp_dentry_operations; in ncp_lookup()
|
/linux-2.4.37.9/include/linux/ |
D | dcache.h | 80 struct dentry_operations *d_op; member
|
/linux-2.4.37.9/fs/umsdos/ |
D | rdir.c | 122 dentry->d_op = &umsdos_dentry_operations; in umsdos_rlookup_x()
|
D | inode.c | 379 sb->s_root->d_op = &umsdos_dentry_operations; in UMSDOS_read_super() 388 if (new_root->d_op != &umsdos_dentry_operations) in UMSDOS_read_super()
|
D | dir.c | 536 dentry->d_op = &umsdos_dentry_operations; in umsdos_lookup_x() 574 dentry->d_op = &umsdos_dentry_operations; in UMSDOS_lookup()
|
/linux-2.4.37.9/fs/proc/ |
D | generic.c | 282 dentry->d_op = &proc_dentry_operations; in proc_lookup() 411 if (dentry->d_op != &proc_dentry_operations) in proc_kill_inodes()
|
D | base.c | 884 dentry->d_op = &pid_fd_dentry_operations; in proc_lookupfd() 998 dentry->d_op = &pid_dentry_operations; in proc_base_lookup() 1096 dentry->d_op = &pid_base_dentry_operations; in proc_pid_lookup()
|
/linux-2.4.37.9/fs/vfat/ |
D | namei.c | 997 dentry->d_op = &vfat_dentry_ops[table]; in vfat_lookup() 1020 dentry->d_op = &vfat_dentry_ops[table]; in vfat_lookup() 1281 sb->s_root->d_op = &vfat_dentry_ops[0]; in vfat_read_super() 1283 sb->s_root->d_op = &vfat_dentry_ops[2]; in vfat_read_super()
|
/linux-2.4.37.9/fs/adfs/ |
D | dir.c | 273 dentry->d_op = &adfs_dentry_operations; in adfs_lookup()
|
/linux-2.4.37.9/fs/hfs/ |
D | dir_cap.c | 105 dentry->d_op = &hfs_dentry_operations; in cap_lookup()
|
/linux-2.4.37.9/fs/msdos/ |
D | namei.c | 222 dentry->d_op = &msdos_dentry_operations; in msdos_lookup() 598 sb->s_root->d_op = &msdos_dentry_operations; in msdos_read_super()
|