Home
last modified time | relevance | path

Searched refs:f_count (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_fio.c66 fp->f_count++; in getf()
75 fp->f_count = 1; in getf()
94 fp->f_count--; in releasef()
95 if (fp->f_count > 0) { in releasef()
/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); in fformat()
308 f_count(FSTATUS *fp, char *name) in f_count() function
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c953 ASSERT(fp->f_count > 0); in closef()
955 count = fp->f_count--; in closef()
967 ASSERT(fp->f_count == 0); in closef()
1119 fp->f_count = 1; in falloc()
1167 if (--fp->f_count <= 0) { in unfalloc()
1432 ASSERT((incr == 1 && fp->f_count >= 1) || in fcnt_add()
1433 (incr == -1 && fp->f_count >= 2)); in fcnt_add()
1434 fp->f_count += incr; in fcnt_add()
H A Dstreamio.c4122 fp->f_count++; in strioctl()
5514 srf->fp->f_count++; in strioctl()
5962 fp->f_count++; in do_sendfp()
H A Ddriver_lyr.c1362 fpdown->f_count--; in ldi_mlink_fp()
H A Dstrsubr.c1908 fpdown->f_count++; in mlink_file()
1925 fpdown->f_count--; in mlink_file()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.getf.ksh44 CANREAD(f_count)
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c166 fp->f_count++; in fcntl()
174 fp->f_count--; in fcntl()
215 fp->f_count++; in fcntl()
225 if (fp->f_count > 1) { in fcntl()
226 fp->f_count--; in fcntl()
H A Dopen.c259 fp->f_count++; in copen()
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h62 cnt_t f_count; /* reference count */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h69 int f_count; /* reference count */ member
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c57 int f_count; member
751 if (amd_iommu_pgtable_freelist.f_count == 0) in amd_iommu_alloc_from_freelist()
756 amd_iommu_pgtable_freelist.f_count--; in amd_iommu_alloc_from_freelist()
911 if (amd_iommu_pgtable_freelist.f_count == in amd_iommu_move_to_freelist()
917 amd_iommu_pgtable_freelist.f_count++; in amd_iommu_move_to_freelist()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c91 if ((ufp->uf_file != NULL) && (ufp->uf_file->f_count > 0)) in setup_note_header()
370 if (((fp = ufp->uf_file) == NULL) || (fp->f_count < 1)) { in write_elfnotes()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c753 fp->f_count++; in fdbuf_extract()
760 i, fd, (void *)fp, fp->f_count)); in fdbuf_extract()
813 i, fds[i], (void *)fp, fp->f_count)); in fdbuf_create()
815 fp->f_count++; in fdbuf_create()
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1666 if (fp->f_count == 1 && DTOV(dp)->v_count == unref_count) in door_info_common()
2415 fp->f_count++; in door_overflow()
2576 fp->f_count++; in door_args()
2708 fp->f_count++; in door_translate_out()
2888 fp->f_count++; in door_results()
3484 fp->f_count++; in door_ki_hold()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c472 fp->f_count++; in nm_mount()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c1132 f->f_count); in file_t_callback()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1570 if ((fp = ufp->uf_file) != NULL && fp->f_count > 0) { in pr_getf()
1572 ASSERT(fp->f_count > 0); in pr_getf()
1573 fp->f_count++; in pr_getf()
1649 if (fp->f_count > 1) { in pr_releasef()
1655 fp->f_count--; in pr_releasef()