Searched refs:f_count (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.getf.ksh44 CANREAD(f_count)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h31 short f_count; /* reference count */ member in struct:file
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h64 cnt_t f_count; /* reference count */ member in struct:file
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dalerts.c70 static int f_count(),
231 int n = f_count(fp, p->printer->name);
308 f_count(FSTATUS *fp, char *name) function
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h69 int f_count; /* reference count */ member in struct:file
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c941 ASSERT(fp->f_count > 0);
943 count = fp->f_count--;
955 ASSERT(fp->f_count == 0);
1104 fp->f_count = 1;
1152 if (--fp->f_count <= 0) {
1400 * When a process forks it must increment the f_count of all file pointers
1417 ASSERT((incr == 1 && fp->f_count >= 1) ||
1418 (incr == -1 && fp->f_count >= 2));
1419 fp->f_count += incr;
H A Dstreamio.c3997 fp->f_count++;
5385 * Always increment f_count since the freemsg() below will
5389 srf->fp->f_count++;
5837 fp->f_count++;
H A Ddriver_lyr.c1312 * decrement the f_count.
1317 * milnk_file() returns and we would decrement the f_count
1321 fpdown->f_count--;
H A Dstrsubr.c1931 fpdown->f_count++;
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c158 * We need to increment the f_count reference counter
166 fp->f_count++;
174 fp->f_count--;
209 * then closeandsetf(). Incrementing f_count ensures
215 fp->f_count++;
225 if (fp->f_count > 1) {
226 fp->f_count--;
H A Dopen.c258 fp->f_count++;
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c89 if ((ufp->uf_file != NULL) && (ufp->uf_file->f_count > 0))
358 if (((fp = ufp->uf_file) == NULL) || (fp->f_count < 1)) {
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c57 int f_count; member in struct:__anon9373
751 if (amd_iommu_pgtable_freelist.f_count == 0)
756 amd_iommu_pgtable_freelist.f_count--;
911 if (amd_iommu_pgtable_freelist.f_count ==
917 amd_iommu_pgtable_freelist.f_count++;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c748 * Allocate a file descriptor and increment the f_count.
765 fp->f_count++;
772 i, fd, (void *)fp, fp->f_count));
825 i, fds[i], (void *)fp, fp->f_count));
827 fp->f_count++;
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c445 fp->f_count++;
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1651 if (fp->f_count == 1 && DTOV(dp)->v_count == unref_count)
2400 fp->f_count++;
2561 fp->f_count++;
2693 fp->f_count++;
2873 fp->f_count++;
3469 fp->f_count++;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c1132 f->f_count);

Completed in 153 milliseconds