Searched refs:f_version (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-file.m4 | 2 dnl # 6.12 removed f_version from struct file 9 .f_version = 0; 15 AC_MSG_CHECKING([whether file->f_version exists]) 19 [file->f_version exists])
|
/freebsd/sbin/ipf/libipf/ |
H A D | checkrev.c | 41 if (strncmp(IPL_VERSION, fio.f_version, sizeof(fio.f_version))) { in checkrev()
|
/freebsd/lib/libc/tests/gen/ |
H A D | getmntinfo_test.c | 45 ATF_REQUIRE_MSG(mntinfo[i].f_version == STATFS_VERSION, "%ju", in check_mntinfo() 46 (uintmax_t)mntinfo[i].f_version); in check_mntinfo()
|
/freebsd/sbin/ipf/ipf/ |
H A D | ipf.c | 536 printf("Kernel: %-*.*s\n", (int)sizeof(fio.f_version), in showversion() 537 (int)sizeof(fio.f_version), fio.f_version); in showversion()
|
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | vfs_compat.h | 85 filp->f_version = 0; in lseek_execute()
|
/freebsd/tools/regression/tmpfs/ |
H A D | h_tools.c | 238 buf.f_version = STATFS_VERSION; in statvfs_main()
|
/freebsd/sys/sys/ |
H A D | mount.h | 82 uint32_t f_version; /* structure version number */ member 111 uint32_t f_version; /* structure version number */ member
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 1031 sub f_version { subroutine
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_fil.h | 1068 char f_version[32]; /* version string */ member
|
H A D | fil.c | 4198 snprintf(fiop->f_version, sizeof(friostat.f_version), "IP Filter: v%d.%d.%d", in ipf_getstat() 4204 (void) strncpy(fiop->f_version, ipfilter_version, in ipf_getstat() 4205 sizeof(fiop->f_version)); in ipf_getstat()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 1456 statp->f_version = STATFS_VERSION; in zfs_statfs()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 1437 sbp->f_version = STATFS_VERSION; in ffs_statfs()
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | 2763 sbp->f_version = STATFS_VERSION; in __vfs_statfs()
|
H A D | vfs_syscalls.c | 858 osp->f_version = FREEBSD11_STATFS_VERSION; in freebsd11_cvtstatfs()
|
H A D | vfs_subr.c | 4846 (u_int)sp->f_version, (u_int)sp->f_type, (uintmax_t)sp->f_flags, in DB_SHOW_COMMAND()
|