Home
last modified time | relevance | path

Searched refs:fuse_lookup (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/export/
H A Dfuse.c398 static void fuse_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in fuse_lookup() function
871 .lookup = fuse_lookup,
/openbmc/linux/fs/fuse/
H A Ddir.c415 static struct dentry *fuse_lookup(struct inode *dir, struct dentry *entry, in fuse_lookup() function
735 res = fuse_lookup(dir, entry, 0); in fuse_atomic_open()
2102 .lookup = fuse_lookup,