Home
last modified time | relevance | path

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

/openbsd/sys/miscfs/fuse/
H A Dfuse_vfsops.c185 if ((error = VFS_VGET(mp, FUSE_ROOTINO, &nvp)) != 0) in fusefs_root()
234 fbuf = fb_setup(0, FUSE_ROOTINO, FBT_STATFS, p); in fusefs_statfs()
314 if (ino == FUSE_ROOTINO) in fusefs_vget()
H A Dfusefs.h91 #define FUSE_ROOTINO ((ino_t)1) macro
H A Dfuse_lookup.c197 if (nid != dp->ufs_ino.i_number && nid != FUSE_ROOTINO) { in fusefs_lookup()
H A Dfuse_vnops.c939 if (fmp->sess_init && ip->ufs_ino.i_number != FUSE_ROOTINO) { in fusefs_reclaim()