Searched refs:fput (Results 26 - 50 of 202) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/ttm/
H A Dttm_tt.c181 fput(ttm->swap_storage);
244 fput(swap_storage);
306 fput(swap_storage);
/linux-master/fs/autofs/
H A Ddev-ioctl.c373 fput(pipe);
660 fput(fp);
672 fput(fp);
680 fput(fp);
H A Dwaitq.c40 fput(sbi->pipe); /* Close the pipe */
176 fput(pipe);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c27 fput(file);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c82 fput(file);
/linux-master/io_uring/
H A Dfiletable.c118 * fput() is called correspondingly.
131 fput(file);
/linux-master/drivers/s390/block/
H A Ddasd_genhd.c156 * Since the matching fput() call to the
188 fput(bdev_file);
/linux-master/fs/
H A Dbacking-file.c47 fput(f);
78 fput(aio->iocb.ki_filp);
H A Dfile.c593 * fput() the struct file we are about to overwrite in this case.
599 * as if they had called fput(file).
896 fput(file);
1009 fput(file);
1018 fput(file);
1406 fput(f);
1422 fput(file);
H A Dfile_table.c394 /* the real guts of fput() - releasing the last reference to file
454 * If kernel thread really needs to have the final fput() it has done
471 void fput(struct file *file) function
487 * fput to avoid leaking *file.
497 * synchronous analog of fput(); for kernel threads that might be needed
502 * don't blindly convert fput() by kernel thread to that.
510 EXPORT_SYMBOL(fput); variable
/linux-master/kernel/time/
H A Dposix-clock.c236 fput(fp);
243 fput(cd->fp);
/linux-master/drivers/iommu/iommufd/
H A Dselftest.c961 fput(file);
1007 fput(staccess->file);
1012 fput(staccess->file);
1115 fput(staccess->file);
1131 fput(staccess->file);
1248 fput(staccess->file);
1304 fput(staccess->file);
H A Dmain.c449 * remains owned by the caller and the caller must still do fput. On success
480 fput(file);
494 fput(ictx->file);
/linux-master/drivers/dma-buf/
H A Ddma-buf.c215 fput(dmabuf->file);
269 /* Paired with fput in dma_buf_poll_cb */
292 /* Paired with fput in dma_buf_poll_cb */
386 fput(sync_file->file);
686 fput(file);
735 fput(file);
747 * Uses file's refcounting done implicitly by fput().
758 fput(dmabuf->file);
H A Dudmabuf.c262 fput(memfd);
287 fput(memfd);
/linux-master/drivers/infiniband/core/
H A Drdma_core.c364 fput(f);
563 fput(filp);
738 fput(filp);
814 * This can only happen if the fput came from alloc_abort_fd_uobject()
/linux-master/mm/
H A Dnommu.c524 fput(region->vm_file);
604 fput(vma->vm_file);
1136 fput(region->vm_file);
1222 fput(region->vm_file);
1225 fput(vma->vm_file);
1266 fput(file);
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c360 fput(migf->filp);
697 fput(migf->filp);
1057 fput(migf->filp);
1069 fput(mvdev->resuming_migf->filp);
1080 fput(mvdev->saving_migf->filp);
1254 fput(res);
/linux-master/drivers/usb/gadget/function/
H A Dstorage_common.c173 fput(curlun->filp);
273 fput(filp);
/linux-master/drivers/nvme/target/
H A Dio-cmd-file.c28 fput(ns->file);
69 fput(ns->file);
/linux-master/fs/cachefiles/
H A Dinterface.c346 fput(object->file);
431 fput(old_file);
/linux-master/net/core/
H A Dscm.c111 fput(file);
135 fput(fpl->fp[i]);
/linux-master/drivers/vfio/pci/pds/
H A Dlm.c83 fput(lm_file->filep);
111 fput(lm_file->filep);
/linux-master/kernel/bpf/
H A Dreuseport_array.c311 fput(socket->file);
/linux-master/arch/arc/kernel/
H A Dtroubleshoot.c70 fput(exe_file);

Completed in 232 milliseconds

123456789