Searched refs:fuse_mknod (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | dir.c | 721 static int fuse_mknod(struct mnt_idmap *, struct inode *, struct dentry *, 763 err = fuse_mknod(&nop_mnt_idmap, dir, entry, mode, 0); in fuse_atomic_open() 843 static int fuse_mknod(struct mnt_idmap *idmap, struct inode *dir, in fuse_mknod() function 869 return fuse_mknod(&nop_mnt_idmap, dir, entry, mode, 0); in fuse_create() 2113 .mknod = fuse_mknod,
|