Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dstatvfs.h69 unsigned long f_fsid; /* Not meaningful */ member
H A Dmount.h96 fsid_t f_fsid; /* filesystem id */ member
123 fsid_t f_fsid; /* filesystem id */ member
146 fsid_t f_fsid; /* filesystem id */ member
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h47 #define vfs_fsid mnt_stat.f_fsid
/f-stack/freebsd/kern/
H A Dvfs_export.c411 nfs_pub.np_handle.fh_fsid = mp->mnt_stat.f_fsid; in vfs_setpublicfs()
H A Dvfs_syscalls.c295 buf->f_fsid.val[0] = buf->f_fsid.val[1] = 0; in kern_do_statfs()
551 sptmp->f_fsid.val[0] = sptmp->f_fsid.val[1] = 0; in kern_getfsstat()
741 osp->f_fsid = nsp->f_fsid; in freebsd4_cvtstatfs()
867 osp->f_fsid = nsp->f_fsid; in freebsd11_cvtstatfs()
4346 fh.fh_fsid = vp->v_mount->mnt_stat.f_fsid; in kern_getfhat()
H A Dvfs_mount.c1427 if (mp->mnt_stat.f_fsid.val[0] == id0 && in kern_unmount()
1428 mp->mnt_stat.f_fsid.val[1] == id1) { in kern_unmount()
2523 cp = (const uint8_t *)&sfp->f_fsid.val[0]; in mount_devctl_event()
2524 for (int i = 0; i < sizeof(sfp->f_fsid); i++) in mount_devctl_event()
H A Dvfs_subr.c844 if (fsidcmp(&mp->mnt_stat.f_fsid, fsid) == 0) { in vfs_getvfs()
879 if (mp == NULL || fsidcmp(&mp->mnt_stat.f_fsid, fsid) != 0) in vfs_busyfs()
885 if (fsidcmp(&mp->mnt_stat.f_fsid, fsid) == 0) in vfs_busyfs()
893 if (fsidcmp(&mp->mnt_stat.f_fsid, fsid) == 0) { in vfs_busyfs()
981 mp->mnt_stat.f_fsid.val[0] = tfsid.val[0]; in vfs_getnewfsid()
982 mp->mnt_stat.f_fsid.val[1] = tfsid.val[1]; in vfs_getnewfsid()
4394 (u_int)sp->f_owner, (int)sp->f_fsid.val[0], (int)sp->f_fsid.val[1]); in DB_SHOW_COMMAND()
H A Dvfs_default.c1528 sb->st_dev = vp->v_mount->mnt_stat.f_fsid.val[0]; in vop_stdstat()
H A Dvfs_vnops.c2570 vp->v_mount->mnt_stat.f_fsid.val[0]; in vn_fill_kinfo_vnode()
2701 f = &vp->v_mount->mnt_stat.f_fsid; in vn_fsid()
H A Duipc_mqueue.c1210 vap->va_fsid = vp->v_mount->mnt_stat.f_fsid.val[0]; in mqfs_getattr()
/f-stack/freebsd/i386/linux/
H A Dlinux.h211 l_fsid_t f_fsid; member
/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.c305 match = (fsidcmp(&vp->v_mount->mnt_stat.f_fsid, in ugidfw_rulecheck()
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h240 l_fsid_t f_fsid; member
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1139 statp->f_fsid.val[0] = (uint32_t)fsid; in zfs_statvfs()
1140 statp->f_fsid.val[1] = (uint32_t)(fsid >> 32); in zfs_statvfs()