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

/linux-4.4.14/fs/fuse/
H A Ddir.c472 static int fuse_mknod(struct inode *, struct dentry *, umode_t, dev_t); fuse_atomic_open()
509 err = fuse_mknod(dir, entry, mode, 0); fuse_atomic_open()
569 static int fuse_mknod(struct inode *dir, struct dentry *entry, umode_t mode, fuse_mknod() function
595 return fuse_mknod(dir, entry, mode, 0); fuse_create()
1880 .mknod = fuse_mknod,

Completed in 40 milliseconds