Searched refs:fb_setup (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/sys/miscfs/fuse/ |
| H A D | fuse_vnops.c | 332 fbuf = fb_setup(0, ip->i_number, FBT_FLUSH, ap->a_p); in fusefs_close() 444 fbuf = fb_setup(0, ip->i_number, FBT_GETATTR, p); in fusefs_getattr() 504 fbuf = fb_setup(sizeof(*io), ip->i_number, FBT_SETATTR, p); in fusefs_setattr() 654 fbuf = fb_setup(cnp->cn_namelen + 1, dip->i_number, in fusefs_link() 715 fbuf = fb_setup(len + cnp->cn_namelen + 1, dp->i_number, in fusefs_symlink() 784 fbuf = fb_setup(0, ip->i_number, FBT_READDIR, p); in fusefs_readdir() 925 fbuf = fb_setup(0, ip->i_number, FBT_READLINK, p); in fusefs_reclaim() 971 fbuf = fb_setup(0, ip->i_number, FBT_RECLAIM, p); 1035 fbuf = fb_setup(cnp->cn_namelen + 1, ip->i_number, in fusefs_mknod() 1092 fbuf = fb_setup(cn in fusefs_mknod() [all...] |
| H A D | fuse_file.c | 38 fbuf = fb_setup(0, ip->i_number, in fusefs_file_open() 63 fbuf = fb_setup(0, ip->i_number, in fusefs_file_close()
|
| H A D | fuse_lookup.c | 76 fbuf = fb_setup(cnp->cn_namelen + 1, dp->i_number, in fusefs_lookup() 198 fbuf = fb_setup(0, nid, FBT_RECLAIM, p); in fusefs_lookup()
|
| H A D | fuse_vfsops.c | 127 fbuf = fb_setup(0, 0, FBT_INIT, p); in fusefs_mount() 160 fbuf = fb_setup(0, 0, FBT_DESTROY, p); in fusefs_unmount() 234 fbuf = fb_setup(0, FUSE_ROOTINO, FBT_STATFS, p); in fusefs_statfs()
|
| H A D | fusebuf.c | 34 fb_setup(size_t len, ino_t ino, int op, struct proc *p) in fb_setup() function
|
| /openbsd-src/sys/sys/ |
| H A D | fusebuf.h | 143 struct fusebuf *fb_setup(size_t, ino_t, int, struct proc *);
|
| /openbsd-src/share/man/man9/ |
| H A D | Makefile | 17 evcount.9 extent.9 fb_setup.9 file.9 fork1.9 ffs.9 \
|