Searched refs:lookup_one (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/include/linux/ |
D | namei.h | 79 struct dentry *lookup_one(struct mnt_idmap *, const char *, struct dentry *, int);
|
/Linux-v6.6/fs/exportfs/ |
D | expfs.c | 553 nresult = lookup_one(mnt_idmap(mnt), nbuf, in exportfs_decode_fh_raw()
|
/Linux-v6.6/fs/overlayfs/ |
D | readdir.c | 281 dentry = lookup_one(mnt_idmap(path->mnt), p->name, dir, p->len); in ovl_check_whiteouts() 484 this = lookup_one(mnt_idmap(path->mnt), p->name, dir, p->len); in ovl_cache_update_ino()
|
D | overlayfs.h | 389 return lookup_one(ovl_upper_mnt_idmap(ofs), name, base, len); in ovl_lookup_upper()
|
/Linux-v6.6/fs/smb/server/ |
D | vfs.c | 232 d = lookup_one(idmap, dentry->d_name.name, dentry->d_parent, in ksmbd_vfs_mkdir()
|
D | smb2pdu.c | 3789 dent = lookup_one(idmap, priv->d_info->name, in process_query_dir_entries()
|
/Linux-v6.6/fs/btrfs/ |
D | ioctl.c | 971 dentry = lookup_one(idmap, name, parent->dentry, namelen); in btrfs_mksubvol() 2481 dentry = lookup_one(idmap, subvol_name, parent, subvol_namelen); in btrfs_ioctl_snap_destroy()
|
/Linux-v6.6/fs/ |
D | namei.c | 2762 struct dentry *lookup_one(struct mnt_idmap *idmap, const char *name, in lookup_one() function 2778 EXPORT_SYMBOL(lookup_one);
|