H A D | namei.c | 545 * Given a path increment the reference count to the dentry and the vfsmount. 550 dget(path->dentry); in path_get() 558 * Given a path decrement the reference count to the dentry and the vfsmount. 562 dput(path->dentry); in path_put() 572 struct inode *inode; /* path.dentry.d_inode */ 604 p->path.dentry = NULL; in __set_nameidata() 646 * path_connected - Verify that a dentry is below mnt.mnt_root 648 * @dentry: The dentry to check. 653 static bool path_connected(struct vfsmount *mnt, struct dentry *dentr argument 810 try_to_unlazy_next(struct nameidata * nd,struct dentry * dentry) try_to_unlazy_next() argument 859 d_revalidate(struct dentry * dentry,unsigned int flags) d_revalidate() argument 879 struct dentry *dentry = nd->path.dentry; complete_walk() local 1349 struct dentry *dentry = path->dentry; follow_automount() local 1486 struct dentry *dentry = path->dentry; __follow_mount_rcu() local 1528 handle_mounts(struct nameidata * nd,struct dentry * dentry,struct path * path) handle_mounts() argument 1570 struct dentry *dentry = d_lookup(dir, name); lookup_dcache() local 1594 struct dentry *dentry = lookup_dcache(name, base, flags); lookup_one_qstr_excl() local 1620 struct dentry *dentry, *parent = nd->path.dentry; lookup_fast() local 1671 struct dentry *dentry, *old; __lookup_slow() local 1836 step_into(struct nameidata * nd,int flags,struct dentry * dentry) step_into() argument 1987 struct dentry *dentry; walk_component() local 2418 struct dentry *dentry; path_init() local 2644 vfs_path_lookup(struct dentry * dentry,struct vfsmount * mnt,const char * name,unsigned int flags,struct path * path) vfs_path_lookup() argument 2733 struct dentry *dentry; lookup_one_len() local 2763 struct dentry *dentry; lookup_one() local 3175 vfs_create(struct mnt_idmap * idmap,struct inode * dir,struct dentry * dentry,umode_t mode,bool want_excl) vfs_create() argument 3197 vfs_mkobj(struct dentry * dentry,umode_t mode,int (* f)(struct dentry *,umode_t,void *),void * arg) vfs_mkobj() argument 3198 vfs_mkobj(struct dentry * dentry,umode_t mode,int (* f)(struct dentry *,umode_t,void *),void * arg) vfs_mkobj() argument 3227 struct dentry *dentry = path->dentry; may_open() local 3307 may_o_create(struct mnt_idmap * idmap,const struct path * dir,struct dentry * dentry,umode_t mode) may_o_create() argument 3338 atomic_open(struct nameidata * nd,struct dentry * dentry,struct file * file,int open_flag,umode_t mode) atomic_open() argument 3401 struct dentry *dentry; lookup_open() local 3510 struct dentry *dentry; open_last_lookups() local 3854 struct dentry *dentry = ERR_PTR(-EEXIST); filename_create() local 3930 done_path_create(struct path * path,struct dentry * dentry) done_path_create() argument 3967 vfs_mknod(struct mnt_idmap * idmap,struct inode * dir,struct dentry * dentry,umode_t mode,dev_t dev) vfs_mknod() argument 4019 struct dentry *dentry; do_mknodat() local 4093 vfs_mkdir(struct mnt_idmap * idmap,struct inode * dir,struct dentry * dentry,umode_t mode) vfs_mkdir() argument 4122 struct dentry *dentry; do_mkdirat() local 4174 vfs_rmdir(struct mnt_idmap * idmap,struct inode * dir,struct dentry * dentry) vfs_rmdir() argument 4217 struct dentry *dentry; do_rmdir() local 4303 vfs_unlink(struct mnt_idmap * idmap,struct inode * dir,struct dentry * dentry,struct inode ** delegated_inode) vfs_unlink() argument 4356 struct dentry *dentry; do_unlinkat() local 4458 vfs_symlink(struct mnt_idmap * idmap,struct inode * dir,struct dentry * dentry,const char * oldname) vfs_symlink() argument 4483 struct dentry *dentry; do_symlinkat() local 5100 vfs_readlink(struct dentry * dentry,char __user * buffer,int buflen) vfs_readlink() argument 5142 vfs_get_link(struct dentry * dentry,struct delayed_call * done) vfs_get_link() argument 5157 page_get_link(struct dentry * dentry,struct inode * inode,struct delayed_call * callback) page_get_link() argument 5192 page_readlink(struct dentry * dentry,char __user * buffer,int buflen) page_readlink() argument [all...] |