Searched refs:dget (Results 1 - 25 of 43) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Ddnotify.h36 dget(parent);
H A Dfs_struct.h38 fs->root = dget(dentry);
61 fs->pwd = dget(dentry);
H A Ddcache.h232 * dget, dget_locked - get a reference to a dentry
237 * destroyed when it has references. dget() should never be
241 * and call dget_locked() instead of dget().
244 static __inline__ struct dentry * dget(struct dentry *dentry) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Ddnotify.h36 dget(parent);
H A Dfs_struct.h38 fs->root = dget(dentry);
61 fs->pwd = dget(dentry);
H A Ddcache.h232 * dget, dget_locked - get a reference to a dentry
237 * destroyed when it has references. dget() should never be
241 * and call dget_locked() instead of dget().
244 static __inline__ struct dentry * dget(struct dentry *dentry) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dlockd.c36 dget(filp->f_dentry);
H A Dvfs.c9 * Note that several functions dget() the dentry upon which they want
116 dentry = dget(dparent);
118 dentry = dget(dparent->d_parent);
120 dentry = dget(dparent); /* .. == . just like at / */
126 dentry = dget(dparent);
129 dp = dget(dentry->d_parent);
137 dentry = dget(dparent);
155 struct dentry *mounts = dget(dentry);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs/
H A Ddirhash.c84 dget(dentry);
137 dget(ent->dentry);
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dkmod.c68 root = dget(init_fs->root);
70 pwd = dget(init_fs->pwd);
H A Dfork.c469 fs->root = dget(old->root);
471 fs->pwd = dget(old->pwd);
474 fs->altroot = dget(old->altroot);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ramfs/
H A Dinode.c142 dget(dentry); /* Extra count - pin the dentry in core */
170 dget(dentry); /* Extra pinning count for the created dentry */
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbinfmt_misc.c467 case 3: root = dget(file->f_vfsmnt->mnt_sb->s_root);
502 root = dget(sb->s_root);
517 e->dentry = dget(dentry);
575 case 3: root = dget(file->f_vfsmnt->mnt_sb->s_root);
H A Dnamei.c361 dentry=dget((*mnt)->mnt_mountpoint);
386 *dentry = dget(mounted->mnt_root);
412 dentry = dget(nd->dentry->d_parent);
424 dentry=dget(nd->mnt->mnt_mountpoint);
670 nd_root.dentry = dget(current->fs->root);
695 nd.dentry = dget(current->fs->root);
722 nd->dentry = dget(current->fs->altroot);
729 nd->dentry = dget(current->fs->root);
753 nd->dentry = dget(current->fs->pwd);
1372 dget(dentr
[all...]
H A Ddcache.c624 dentry->d_parent = dget(parent);
747 * An insecure source has sent us a dentry, here we verify it and dget() it.
1028 pwd = dget(current->fs->pwd);
1030 root = dget(current->fs->root);
H A Dnamespace.c112 mnt->mnt_mountpoint = dget(nd->dentry);
144 mnt->mnt_root = dget(root);
924 user_nd.dentry = dget(current->fs->root);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dunlink.c171 data->dir = dget(dir);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/proc/
H A Dbase.c49 *dentry = dget(inode->u.proc_i.file->f_dentry);
75 *dentry = dget(vma->vm_file->f_dentry);
99 *dentry = dget(fs->pwd);
119 *dentry = dget(fs->root);
199 base = dget(current->fs->root);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs4/
H A Droot.c343 ino->dentry = dget(dentry);
441 ino->dentry = dget(dentry);
H A Dexpire.c205 dget(dentry);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/umsdos/
H A Dinode.c390 dget (sb->s_root); sb->s_root = dget(new_root);
H A Ddir.c651 old_root = dget(current->fs->root);
710 dentry_dst = dget(base);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dsocksys.c93 filp->f_dentry = dget(fcheck(fd)->f_dentry);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Ddir.c122 dget(de);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dsuper.c284 cache->cache_root = dget(sb->s_root);

Completed in 221 milliseconds

12