Home
last modified time | relevance | path

Searched refs:dget (Results 1 – 25 of 41) sorted by relevance

12

/linux-2.4.37.9/include/linux/
Dfs_struct.h38 fs->root = dget(dentry); in set_fs_root()
61 fs->pwd = dget(dentry); in set_fs_pwd()
Ddnotify.h36 dget(parent); in dnotify_parent()
Ddcache.h244 static __inline__ struct dentry * dget(struct dentry *dentry) in dget() function
/linux-2.4.37.9/kernel/
Dkmod.c68 root = dget(init_fs->root); in use_init_fs_context()
70 pwd = dget(init_fs->pwd); in use_init_fs_context()
Dfork.c391 fs->root = dget(old->root); in __copy_fs_struct()
393 fs->pwd = dget(old->pwd); in __copy_fs_struct()
396 fs->altroot = dget(old->altroot); in __copy_fs_struct()
/linux-2.4.37.9/fs/autofs/
Ddirhash.c84 dget(dentry); in autofs_expire()
137 dget(ent->dentry); in autofs_hash_insert()
/linux-2.4.37.9/fs/nfsd/
Dlockd.c36 dget(filp->f_dentry); in nlm_fopen()
Dvfs.c116 dentry = dget(dparent); in nfsd_lookup()
118 dentry = dget(dparent->d_parent); in nfsd_lookup()
120 dentry = dget(dparent); /* .. == . just like at / */ in nfsd_lookup()
126 dentry = dget(dparent); in nfsd_lookup()
129 dp = dget(dentry->d_parent); in nfsd_lookup()
137 dentry = dget(dparent); in nfsd_lookup()
155 struct dentry *mounts = dget(dentry); in nfsd_lookup()
Dexport.c292 exp->ex_dentry = dget(nd.dentry); in exp_export()
431 nd.dentry = dget(exp->ex_dentry); in exp_rootfh()
455 if (fh_compose(&fh, exp, dget(nd.dentry), NULL)) in exp_rootfh()
/linux-2.4.37.9/fs/
Dbinfmt_misc.c467 case 3: root = dget(file->f_vfsmnt->mnt_sb->s_root); in bm_entry_write()
502 root = dget(sb->s_root); in bm_register_write()
517 e->dentry = dget(dentry); in bm_register_write()
575 case 3: root = dget(file->f_vfsmnt->mnt_sb->s_root); in bm_status_write()
Dnamei.c376 dentry=dget((*mnt)->mnt_mountpoint); in __follow_up()
401 *dentry = dget(mounted->mnt_root); in __follow_down()
427 dentry = dget(nd->dentry->d_parent); in follow_dotdot()
439 dentry=dget(nd->mnt->mnt_mountpoint); in follow_dotdot()
691 nd_root.dentry = dget(current->fs->root); in __emul_lookup_dentry()
716 nd.dentry = dget(current->fs->root); in set_fs_altroot()
743 nd->dentry = dget(current->fs->altroot); in walk_init_root()
750 nd->dentry = dget(current->fs->root); in walk_init_root()
774 nd->dentry = dget(current->fs->pwd); in path_init()
1403 dget(dentry); in d_unhash()
Ddcache.c628 dentry->d_parent = dget(parent); in d_alloc()
1037 pwd = dget(current->fs->pwd); in sys_getcwd()
1039 root = dget(current->fs->root); in sys_getcwd()
Dnamespace.c111 mnt->mnt_mountpoint = dget(nd->dentry); in attach_mnt()
143 mnt->mnt_root = dget(root); in clone_mnt()
930 user_nd.dentry = dget(current->fs->root); in sys_pivot_root()
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/
Dinterface.c81 nd.dentry = dget(dir); in hwgfs_decode()
275 nd.dentry = dget(base ? base : hwgfs_vfsmount->mnt_sb->s_root); in hwgfs_find_handle()
Dramfs.c125 dget(dentry); /* Extra count - pin the dentry in core */ in hwgfs_mknod()
153 dget(dentry); /* Extra pinning count for the created dentry */ in hwgfs_link()
/linux-2.4.37.9/fs/ramfs/
Dinode.c149 dget(dentry); /* Extra count - pin the dentry in core */ in ramfs_mknod()
177 dget(dentry); /* Extra pinning count for the created dentry */ in ramfs_link()
/linux-2.4.37.9/fs/proc/
Dbase.c48 *dentry = dget(inode->u.proc_i.file->f_dentry); in proc_fd_link()
74 *dentry = dget(vma->vm_file->f_dentry); in proc_exe_link()
98 *dentry = dget(fs->pwd); in proc_cwd_link()
118 *dentry = dget(fs->root); in proc_root_link()
238 base = dget(current->fs->root); in proc_check_root()
/linux-2.4.37.9/fs/autofs4/
Droot.c345 ino->dentry = dget(dentry); in autofs4_dir_symlink()
443 ino->dentry = dget(dentry); in autofs4_dir_mkdir()
Dexpire.c205 dget(dentry); in autofs4_expire()
/linux-2.4.37.9/fs/umsdos/
Dinode.c394 dget (sb->s_root); sb->s_root = dget(new_root); in UMSDOS_read_super()
Ddir.c651 old_root = dget(current->fs->root); in umsdos_d_path()
713 dentry_dst = dget(base); in umsdos_solve_hlink()
/linux-2.4.37.9/arch/sparc64/solaris/
Dsocksys.c93 filp->f_dentry = dget(fcheck(fd)->f_dentry); in socksys_open()
/linux-2.4.37.9/fs/nfs/
Dunlink.c171 data->dir = dget(dir); in nfs_async_unlink()
/linux-2.4.37.9/fs/intermezzo/
Dsuper.c285 cache->cache_root = dget(sb->s_root); in presto_read_super()
/linux-2.4.37.9/fs/hfs/
Ddir.c146 dget(de); in mark_inodes_deleted()

12