Searched refs:fput (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | file.h | 69 fput(struct linux_file *filp) in fput() function 120 fput(filp); in fd_install() 173 fput(fd.linux_file); in fdput()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_file_range.c | 226 fput(src_file); in zpl_ioctl_ficlone() 234 fput(src_file); in zpl_ioctl_ficlone() 262 fput(src_file); in zpl_ioctl_ficlonerange() 273 fput(src_file); in zpl_ioctl_ficlonerange()
|
H A D | zfs_file_os.c | 381 fput(fp); in zfs_file_put()
|
H A D | vdev_disk.c | 278 fput(bdh); in vdev_blkdev_put()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_rdma_core.c | 364 fput(f); in lookup_get_fd_uobject() 555 fput(filp); in alloc_abort_fd_uobject() 668 fput(filp); in lookup_put_fd_uobject() 743 * This can only happen if the fput came from alloc_abort_fd_uobject() in uverbs_uobject_fd_release()
|
/freebsd/lib/libsm/ |
H A D | Makefile | 26 fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c \
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-zone.c | 94 fput(nsfile); in user_ns_get()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_kloop.c | 885 fput(entry->filp); in netmap_sync_kloop() 889 fput(entry->irq_filp); in netmap_sync_kloop()
|
/freebsd/contrib/gdtoa/ |
H A D | printf.c0 | 669 #define put(x) { *outbuf++ = x; if (outbuf == obe) outbuf = (*fput)(f,&rv); } 674 (obe, fput, f, fmt, ap) 675 char *obe, *fmt; Finfo *f; Putfunc fput; va_list ap; 677 (char *obe, Putfunc fput, Finfo *f, const char *fmt, va_list ap)
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-blkdev.m4 | 185 dnl # struct file*, we can just use fput(). So the blkdev_put test no longer
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 564 fput(vmap->vm_file); in linux_cdev_handle_free() 671 fput(tmp); in vma_set_file()
|