Home
last modified time | relevance | path

Searched defs:fsid (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/security/mac_veriexec/
H A Dveriexec_metadata.c56 dev_t fsid; /**< file system identifier of the mount point */ member
104 get_veriexec_file(struct veriexec_devhead *head, dev_t fsid, long fileid, in get_veriexec_file()
233 mac_veriexec_metadata_has_file(dev_t fsid, long fileid, unsigned long gen) in mac_veriexec_metadata_has_file()
254 free_veriexec_dev(dev_t fsid, struct veriexec_devhead *head) in free_veriexec_dev()
305 find_veriexec_dev(dev_t fsid, struct veriexec_devhead *head) in find_veriexec_dev()
405 mac_veriexec_metadata_unmounted(dev_t fsid, struct thread *td) in mac_veriexec_metadata_unmounted()
440 mac_veriexec_metadata_get_file_flags(dev_t fsid, long fileid, unsigned long gen, in mac_veriexec_metadata_get_file_flags()
600 mac_veriexec_metadata_get_file_label(dev_t fsid, long fileid, in mac_veriexec_metadata_get_file_label()
635 mac_veriexec_metadata_add_file(int file_dev, dev_t fsid, long fileid, in mac_veriexec_metadata_add_file()
776 mac_veriexec_metadata_get_file_info(dev_t fsid, long fileid, unsigned long gen, in mac_veriexec_metadata_get_file_info()
H A Dmac_veriexec.c228 dev_t fsid; in mac_veriexec_vfs_unmounted() local
/freebsd/usr.sbin/autofs/
H A Dautounmountd.c61 automounted_find(fsid_t fsid) in automounted_find()
74 automounted_add(fsid_t fsid, const char *mountpoint) in automounted_add()
152 unmount_by_fsid(const fsid_t fsid, const char *mountpoint) in unmount_by_fsid()
H A Dautomount.c231 flush_autofs(const char *fspath, const fsid_t *fsid) in flush_autofs()
/freebsd/sbin/umount/
H A Dumount.c486 getmntentry(const char *fromname, const char *onname, fsid_t *fsid, dowhat what) in getmntentry()
596 fsid_t fsid; in checkmntlist() local
631 parsehexfsid(const char *hex, fsid_t *fsid) in parsehexfsid()
/freebsd/usr.sbin/fstyp/
H A Dhammer.c63 static hammer_uuid_t fsid, fstype; in test_ondisk() local
H A Dhammer2_disk.h1244 uuid_t fsid; /* 0040 */ member
/freebsd/usr.bin/fstat/
H A Dfuser.c93 dev_t fsid; member
H A Dfstat.c73 uint64_t fsid; member
/freebsd/lib/libugidfw/
H A Dugidfw.c785 bsde_parse_fsid(char *spec, struct fsid *fsid, size_t buflen, char *errstr) in bsde_parse_fsid()
809 struct fsid fsid; in bsde_parse_object() local
/freebsd/contrib/tcpdump/
H A Dprint-nfs.c851 my_fsid fsid; in nfs_printfh() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1103 uint64_t fsid = dmu_objset_fsid_guid(zfsvfs->z_os); in zfs_statvfs() local
/freebsd/contrib/openbsm/bsm/
H A Dlibbsm.h231 u_int32_t fsid; member
240 u_int32_t fsid; member
/freebsd/sys/kern/
H A Dvfs_subr.c941 vfs_getvfs(fsid_t *fsid) in vfs_getvfs()
970 vfs_busyfs(fsid_t *fsid) in vfs_busyfs()
6387 vfs_event_signal(fsid_t *fsid, uint32_t event, intptr_t data __unused) in vfs_event_signal()
H A Dvfs_mount.c1721 fsid_t fsid; in kern_unmount() local
/freebsd/usr.bin/truss/
H A Dsyscalls.c2212 char fsid[17]; in print_arg() local
/freebsd/include/rpcsvc/
H A Dnfs_prot.x120 unsigned fsid; /* device # */ member
400 uint64 fsid; /* device # */ member
/freebsd/sys/sys/
H A Dmount.h51 typedef struct fsid { int32_t val[2]; } fsid_t; /* filesystem id type */ argument
/freebsd/contrib/lib9p/
H A Dfcall.h287 uint64_t fsid; /* file system identifier */ member
/freebsd/lib/libprocstat/
H A Dlibprocstat.c1383 uint64_t fsid; in procstat_get_vnode_info_sysctl() local
/freebsd/usr.sbin/mountd/
H A Dmountd.c2497 ex_search(fsid_t *fsid, struct exportlisthead *exhp) in ex_search()