Home
last modified time | relevance | path

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

/Linux-v6.6/fs/fuse/
Ddir.c717 static int fuse_mknod(struct mnt_idmap *, struct inode *, struct dentry *,
759 err = fuse_mknod(&nop_mnt_idmap, dir, entry, mode, 0); in fuse_atomic_open()
839 static int fuse_mknod(struct mnt_idmap *idmap, struct inode *dir, in fuse_mknod() function
865 return fuse_mknod(&nop_mnt_idmap, dir, entry, mode, 0); in fuse_create()
2108 .mknod = fuse_mknod,