| /freebsd/tools/regression/priv/ |
| H A D | priv_vfs_generation.c | 73 if (sb.st_gen != 0) { in priv_vfs_generation_setup() 92 if (sb.st_gen == 0) { in priv_vfs_generation()
|
| /freebsd/sys/sys/ |
| H A D | stat.h | 117 __uint32_t st_gen; /* file generation number */ member 137 __uint32_t st_gen; /* file generation number */ member 187 __uint64_t st_gen; /* file generation number */ member 208 __uint32_t st_gen; /* file generation number */ member
|
| H A D | vnode.h | 1012 _ap->a_sb->st_gen = 0; \
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32.h | 175 __uint32_t st_gen; /* file generation number */ member 234 freebsd32_uint64_t st_gen; member 253 uint32_t st_gen; member 275 __uint32_t st_gen; member
|
| H A D | freebsd32_misc.c | 2293 FU64_CP(*in, *out, st_gen); in copy_stat() 2327 CP(*in, *out, st_gen); in copy_ostat() 2506 CP(*in, *out, st_gen); in freebsd11_cvtstat32() 2634 CP(nsb, *nsb32, st_gen); in freebsd11_cvtnstat32()
|
| /freebsd/contrib/sendmail/libsmutil/ |
| H A D | safefile.c | 887 sta.st_gen != stb->st_gen || 904 (long) stb->st_gen, (long) sta.st_gen);
|
| /freebsd/contrib/sendmail/mail.local/ |
| H A D | mail.local.c | 1258 sb.st_gen != fsb.st_gen || 1436 sb.st_gen != fsb.st_gen ||
|
| /freebsd/sys/fs/p9fs/ |
| H A D | p9_protocol.h | 221 uint64_t st_gen; member
|
| H A D | p9_protocol.c | 220 &stbuf->st_btime_nsec, &stbuf->st_gen, in p9_buf_vreadf()
|
| H A D | p9_client.c | 1285 (uintmax_t)stat_dotl->st_btime_nsec, (uintmax_t)stat_dotl->st_gen, in p9_client_getattr()
|
| H A D | p9fs_vnops.c | 1025 inode->gen = stat->st_gen; in p9fs_stat_vnode_dotl()
|
| /freebsd/sys/i386/linux/ |
| H A D | linux.h | 189 l_ulong st_gen; member
|
| /freebsd/usr.bin/stat/ |
| H A D | stat.c | 784 small = (sizeof(st->st_gen) == 4); in format1() 785 data = st->st_gen; in format1()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_stats.c | 284 lbuf.st_gen = buf->st_gen; in old_stat_copyout()
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux.h | 217 l_ulong st_gen; member
|
| /freebsd/sys/kern/ |
| H A D | vfs_syscalls.c | 2375 ost->st_gen = st->st_gen; in cvtstat() 2447 ost->st_gen = st->st_gen; in freebsd11_cvtstat() 2617 CP(sb11, *nsb, st_gen); in freebsd11_cvtnstat()
|
| H A D | vfs_default.c | 1613 sb->st_gen = vap->va_gen; in vop_stdstat()
|
| /freebsd/contrib/netbsd-tests/fs/vfs/ |
| H A D | t_vnops.c | 146 FIELD(st_gen); in lookup_complex()
|
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_vnops.c | 476 sb->st_gen = node->tn_gen; in tmpfs_stat()
|
| /freebsd/contrib/lib9p/backend/ |
| H A D | fs.c | 2498 req->lr_resp.rgetattr.gen = st.st_gen; in fs_getattr()
|
| /freebsd/sys/ufs/ufs/ |
| H A D | ufs_vnops.c | 568 sb->st_gen = ip->i_gen; in ufs_stat()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | queue.c | 4112 st.st_gen != stf.st_gen ||
|
| H A D | README | 301 HAS_ST_GEN Define this to 1 if your system has the st_gen field in
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 6783 If the system supports an st_gen field in the status structure,
|