Home
last modified time | relevance | path

Searched refs:fhold (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dkern_descrip.c895 if (error == 0 && fhold(fp)) { in kern_fcntl()
977 if (!fhold(oldfp)) in kern_dup()
2204 if (!fhold(fp)) in finstall()
2428 !fhold(ofde->fde_file)) { in fdcopy()
2487 !fhold(fp)) in fdclearlocks()
2948 if (error == 0 && !fhold(*fpp)) in fget_cap()
2985 if (fp != NULL && fhold(fp)) { in fget_remote()
3788 if (!fhold(fp)) { in dupfdopen()
H A Duipc_usrreq.c2711 if (!fhold(fdesc->fd_ofiles[*fdp].fde_file)) { in unp_internalize()
3197 !fhold(f)) in unp_gc()
H A Dsys_generic.c762 if (!fhold(fp)) { in kern_ioctl()
H A Dtty.c2122 if (error == 0 && !fhold(fp)) in ttyhook_register()
/freebsd/sys/sys/
H A Dfile.h303 fhold(struct file *fp) in fhold() function