Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/security/mac_veriexec/
HDveriexec_metadata.c52 dev_t fsid; /**< file system identifier of the mount point */ member
100 get_veriexec_file(struct veriexec_devhead *head, dev_t fsid, long fileid, in get_veriexec_file()
229 mac_veriexec_metadata_has_file(dev_t fsid, long fileid, unsigned long gen) in mac_veriexec_metadata_has_file()
250 free_veriexec_dev(dev_t fsid, struct veriexec_devhead *head) in free_veriexec_dev()
301 find_veriexec_dev(dev_t fsid, struct veriexec_devhead *head) in find_veriexec_dev()
401 mac_veriexec_metadata_unmounted(dev_t fsid, struct thread *td) in mac_veriexec_metadata_unmounted()
436 mac_veriexec_metadata_get_file_flags(dev_t fsid, long fileid, unsigned long gen, in mac_veriexec_metadata_get_file_flags()
606 mac_veriexec_metadata_add_file(int file_dev, dev_t fsid, long fileid, in mac_veriexec_metadata_add_file()
748 mac_veriexec_metadata_get_file_info(dev_t fsid, long fileid, unsigned long gen, in mac_veriexec_metadata_get_file_info()
HDmac_veriexec.c215 dev_t fsid; in mac_veriexec_vfs_unmounted() local
/freebsd-13-stable/usr.sbin/autofs/
HDautounmountd.c62 automounted_find(fsid_t fsid) in automounted_find()
75 automounted_add(fsid_t fsid, const char *mountpoint) in automounted_add()
153 unmount_by_fsid(const fsid_t fsid, const char *mountpoint) in unmount_by_fsid()
HDautomount.c232 flush_autofs(const char *fspath, const fsid_t *fsid) in flush_autofs()
/freebsd-13-stable/sbin/umount/
HDumount.c474 getmntentry(const char *fromname, const char *onname, fsid_t *fsid, dowhat what) in getmntentry()
584 fsid_t fsid; in checkmntlist() local
619 parsehexfsid(const char *hex, fsid_t *fsid) in parsehexfsid()
/freebsd-13-stable/usr.sbin/fstyp/
HDhammer.c63 static hammer_uuid_t fsid, fstype; in test_ondisk() local
HDhammer2_disk.h1244 uuid_t fsid; /* 0040 */ member
/freebsd-13-stable/lib/libugidfw/
HDugidfw.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-13-stable/usr.bin/fstat/
HDfuser.c93 dev_t fsid; member
HDfstat.c74 uint64_t fsid; member
/freebsd-13-stable/sys/ufs/ufs/
HDufsmount.h74 fsid_t fsid; member
/freebsd-13-stable/contrib/tcpdump/
HDprint-nfs.c859 my_fsid fsid; in nfs_printfh() local
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzfs_vfsops.c1102 uint64_t fsid = dmu_objset_fsid_guid(zfsvfs->z_os); in zfs_statvfs() local
/freebsd-13-stable/contrib/openbsm/bsm/
HDlibbsm.h231 u_int32_t fsid; member
240 u_int32_t fsid; member
/freebsd-13-stable/sys/kern/
HDvfs_subr.c937 vfs_getvfs(fsid_t *fsid) in vfs_getvfs()
966 vfs_busyfs(fsid_t *fsid) in vfs_busyfs()
6488 vfs_event_signal(fsid_t *fsid, uint32_t event, intptr_t data __unused) in vfs_event_signal()
/freebsd-13-stable/usr.bin/truss/
HDsyscalls.c2399 char fsid[17]; in print_arg() local
/freebsd-13-stable/sys/sys/
HDmount.h52 typedef struct fsid { int32_t val[2]; } fsid_t; /* filesystem id type */ struct
/freebsd-13-stable/include/rpcsvc/
HDnfs_prot.x128 unsigned fsid; /* device # */ member
408 uint64 fsid; /* device # */ member
/freebsd-13-stable/lib/libprocstat/
HDlibprocstat.c1389 uint64_t fsid; in procstat_get_vnode_info_sysctl() local
/freebsd-13-stable/contrib/lib9p/
HDfcall.h287 uint64_t fsid; /* file system identifier */ member
/freebsd-13-stable/usr.sbin/mountd/
HDmountd.c2523 ex_search(fsid_t *fsid, struct exportlisthead *exhp) in ex_search()