Home
last modified time | relevance | path

Searched refs:fsidcmp (Results 1 – 3 of 3) sorted by relevance

/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/sys/
H A Dmount.h55 #define fsidcmp(a, b) memcmp((a), (b), sizeof(fsid_t)) macro
/f-stack/freebsd/kern/
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()