Home
last modified time | relevance | path

Searched refs:f_version (Results 1 – 15 of 15) sorted by relevance

/src/sys/contrib/openzfs/config/ !
H A Dkernel-file.m43 dnl # 6.12 removed f_version from struct file
10 .f_version = 0;
16 AC_MSG_CHECKING([whether file->f_version exists])
20 [file->f_version exists])
/src/sbin/ipf/libipf/ !
H A Dcheckrev.c41 if (strncmp(IPL_VERSION, fio.f_version, sizeof(fio.f_version))) { in checkrev()
/src/lib/libc/tests/gen/ !
H A Dgetmntinfo_test.c45 ATF_REQUIRE_MSG(mntinfo[i].f_version == STATFS_VERSION, "%ju", in check_mntinfo()
46 (uintmax_t)mntinfo[i].f_version); in check_mntinfo()
/src/sbin/ipf/ipf/ !
H A Dipf.c536 printf("Kernel: %-*.*s\n", (int)sizeof(fio.f_version), in showversion()
537 (int)sizeof(fio.f_version), fio.f_version); in showversion()
/src/sys/contrib/openzfs/include/os/linux/kernel/linux/ !
H A Dvfs_compat.h87 filp->f_version = 0; in lseek_execute()
/src/tools/regression/tmpfs/ !
H A Dh_tools.c238 buf.f_version = STATFS_VERSION; in statvfs_main()
/src/sys/sys/ !
H A Dmount.h86 uint32_t f_version; /* structure version number */ member
115 uint32_t f_version; /* structure version number */ member
/src/crypto/openssl/util/perl/OpenSSL/ !
H A DOrdinals.pm1033 sub f_version { subroutine
/src/sys/netpfil/ipfilter/netinet/ !
H A Dip_fil.h1068 char f_version[32]; /* version string */ member
H A Dfil.c4219 snprintf(fiop->f_version, sizeof(friostat.f_version), "IP Filter: v%d.%d.%d", in ipf_getstat()
4225 (void) strncpy(fiop->f_version, ipfilter_version, in ipf_getstat()
4226 sizeof(fiop->f_version)); in ipf_getstat()
/src/sys/ufs/ffs/ !
H A Dffs_vfsops.c1434 sbp->f_version = STATFS_VERSION; in ffs_statfs()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/ !
H A Dzfs_vfsops.c1508 statp->f_version = STATFS_VERSION; in zfs_statfs()
/src/sys/kern/ !
H A Dvfs_mount.c2779 sbp->f_version = STATFS_VERSION; in __vfs_statfs()
H A Dvfs_syscalls.c854 osp->f_version = FREEBSD11_STATFS_VERSION; in freebsd11_cvtstatfs()
H A Dvfs_subr.c4876 (u_int)sp->f_version, (u_int)sp->f_type, (uintmax_t)sp->f_flags, in DB_SHOW_COMMAND()