Home
last modified time | relevance | path

Searched refs:lookup_one (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/include/linux/
Dnamei.h79 struct dentry *lookup_one(struct mnt_idmap *, const char *, struct dentry *, int);
/Linux-v6.6/fs/exportfs/
Dexpfs.c553 nresult = lookup_one(mnt_idmap(mnt), nbuf, in exportfs_decode_fh_raw()
/Linux-v6.6/fs/overlayfs/
Dreaddir.c281 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()
Doverlayfs.h389 return lookup_one(ovl_upper_mnt_idmap(ofs), name, base, len); in ovl_lookup_upper()
/Linux-v6.6/fs/smb/server/
Dvfs.c232 d = lookup_one(idmap, dentry->d_name.name, dentry->d_parent, in ksmbd_vfs_mkdir()
Dsmb2pdu.c3789 dent = lookup_one(idmap, priv->d_info->name, in process_query_dir_entries()
/Linux-v6.6/fs/btrfs/
Dioctl.c971 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/
Dnamei.c2762 struct dentry *lookup_one(struct mnt_idmap *idmap, const char *name, in lookup_one() function
2778 EXPORT_SYMBOL(lookup_one);