Searched refs:fput (Results 1 - 25 of 201) sorted by relevance

123456789

/linux-master/kernel/
H A Dusermode_driver.c45 fput(file);
47 /* Flush delayed fput so exec can open the file read-only */
108 fput(to_umh[0]);
110 fput(to_umh[1]);
117 fput(to_umh[1]);
122 fput(from_umh[1]);
124 fput(to_umh[1]);
126 fput(from_umh[0]);
152 fput(info->pipe_to_umh);
153 fput(inf
[all...]
H A Dkcmp.c70 fput(file);
120 fput(filp_epoll);
/linux-master/include/linux/
H A Dfile.h17 extern void fput(struct file *);
35 fput(file);
48 fput(fd.file);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dst_shmem_utils.c52 fput(file);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c50 fput(file);
H A Di915_gem.c170 fput(file);
205 fput(file);
/linux-master/drivers/dma-buf/
H A Dsync_file.c62 * sync_file can be released with fput(sync_file->file). Returns the
92 fput(file);
113 fput(sync_file->file);
171 fput(sync_file->file);
248 fput(fence2->file);
252 fput(fence3->file);
255 fput(fence2->file);
/linux-master/fs/nfsd/
H A Dlockd.c63 fput(filp);
/linux-master/io_uring/
H A Dtctx.c205 fput(tctx->registered_rings[i]);
236 fput(file);
241 fput(file);
302 fput(tctx->registered_rings[reg.offset]);
337 fput(tctx->registered_rings[reg.offset]);
H A Dsplice.c71 fput(in);
115 fput(in);
/linux-master/net/handshake/
H A Dhandshake-test.c238 fput(filp);
275 fput(filp);
309 fput(filp);
343 fput(filp);
385 fput(filp);
430 fput(filp);
H A Dnetlink.c156 fput(sock->file);
167 fput(sock->file);
/linux-master/fs/
H A Dkernel_read_file.c142 fput(file);
169 fput(file);
/linux-master/fs/xfs/
H A Dxfs_buf_mem.c108 fput(file);
126 fput(btp->bt_file);
/linux-master/mm/
H A Dmsync.c97 fput(file);
/linux-master/init/
H A Ddo_mounts_rd.c253 fput(in_file);
270 fput(in_file);
272 fput(out_file);
/linux-master/security/keys/
H A Dbig_key.c126 fput(file);
141 fput(file);
271 fput(file);
/linux-master/virt/kvm/
H A Dvfio.c185 fput(filp);
214 fput(kvf->file);
342 fput(kvf->file);
H A Dguest_memfd.c244 * there might be some time between the last fput() and when
455 fput(file);
482 fput(file);
528 fput(file);
/linux-master/fs/coda/
H A Dfile.c145 fput(cvm_ops->coda_file);
208 fput(coda_file);
286 fput(cfi->cfi_container);
290 /* VFS fput ignores the return value from file_operations->release, so
/linux-master/fs/fuse/
H A Dpassthrough.c155 fput(fb->file);
266 fput(file);
351 fput(ff->passthrough);
/linux-master/fs/proc/
H A Dfd.c73 fput(file);
120 fput(file);
186 fput(fd_file);
270 fput(f);
/linux-master/fs/pstore/
H A Dblk.c234 fput(psblk_file);
331 fput(psblk_file);
/linux-master/drivers/vdpa/vdpa_user/
H A Diova_domain.c38 fput(map_file->file);
53 fput(map_file->file);
496 fput(map_file->file);
569 fput(domain->file);
627 fput(file);
/linux-master/fs/autofs/
H A Dinode.c176 fput(pipe);
183 fput(sbi->pipe);
394 fput(sbi->pipe);

Completed in 227 milliseconds

123456789