Searched refs:private_data (Results 176 - 200 of 1641) sorted by last modified time

1234567891011>>

/linux-master/io_uring/
H A Dmemmap.c198 struct io_ring_ctx *ctx = file->private_data;
244 struct io_ring_ctx *ctx = file->private_data;
H A Dmsg_ring.c78 struct io_ring_ctx *ctx = req->file->private_data;
96 struct io_ring_ctx *target_ctx = req->file->private_data;
128 struct io_ring_ctx *target_ctx = req->file->private_data;
178 struct io_ring_ctx *target_ctx = req->file->private_data;
223 struct io_ring_ctx *target_ctx = req->file->private_data;
H A Dkbuf.c812 struct io_ring_ctx *ctx = file->private_data;
H A Dio_uring.c2728 struct io_ring_ctx *ctx = file->private_data;
2913 struct io_ring_ctx *ctx = file->private_data;
2915 file->private_data = NULL;
3218 ctx = file->private_data;
H A Dfdinfo.c55 struct io_ring_ctx *ctx = file->private_data;
/linux-master/include/linux/
H A Dtrace_events.h527 void *private_data; member in struct:dynevent_cmd
H A Dseq_file.h193 struct seq_file *seq_f = file->private_data; \
H A Dlibata.h583 void *private_data; member in struct:ata_host
630 void *private_data; member in struct:ata_queued_cmd
669 void *private_data; member in struct:ata_device
873 void *private_data; member in struct:ata_port
999 void *private_data; member in struct:ata_port_info
H A Dfs.h1018 void *private_data; member in struct:file
H A Dbpf.h68 typedef int (*bpf_iter_init_seq_priv_t)(void *private_data,
70 typedef void (*bpf_iter_fini_seq_priv_t)(void *private_data);
H A Dblkdev.h153 void *private_data; member in struct:gendisk
/linux-master/fs/
H A Duserfaultfd.c868 struct userfaultfd_ctx *ctx = file->private_data;
968 struct userfaultfd_ctx *ctx = file->private_data;
1188 struct userfaultfd_ctx *ctx = file->private_data;
2106 struct userfaultfd_ctx *ctx = file->private_data;
2149 struct userfaultfd_ctx *ctx = f->private_data;
H A Dtimerfd.c237 struct timerfd_ctx *ctx = file->private_data;
251 struct timerfd_ctx *ctx = file->private_data;
268 struct timerfd_ctx *ctx = file->private_data;
327 struct timerfd_ctx *ctx = file->private_data;
356 struct timerfd_ctx *ctx = file->private_data;
485 ctx = f.file->private_data;
549 ctx = f.file->private_data;
H A Dsignalfd.c47 kfree(file->private_data);
53 struct signalfd_ctx *ctx = file->private_data;
204 struct signalfd_ctx *ctx = file->private_data;
232 struct signalfd_ctx *ctx = f->private_data;
298 ctx = f.file->private_data;
H A Dseq_file.c55 * pointer in @file->private_data. This pointer should not be modified.
61 WARN_ON(file->private_data);
67 file->private_data = p;
173 struct seq_file *m = iocb->ki_filp->private_data;
310 struct seq_file *m = file->private_data;
354 struct seq_file *m = file->private_data;
585 ((struct seq_file *)file->private_data)->private = data;
605 ((struct seq_file *)file->private_data)->buf = buf;
606 ((struct seq_file *)file->private_data)->size = size;
613 const struct seq_operations *op = ((struct seq_file *)file->private_data)
[all...]
H A Dlibfs.c87 file->private_data = d_alloc_cursor(file->f_path.dentry);
89 return file->private_data ? 0 : -ENOMEM;
95 dput(file->private_data);
160 struct dentry *cursor = file->private_data;
192 struct dentry *cursor = file->private_data;
478 /* In this case, ->private_data is protected by f_pos_lock */
479 file->private_data = NULL;
561 /* In this case, ->private_data is protected by f_pos_lock */
563 file->private_data = NULL;
564 else if (file->private_data
[all...]
H A Dcoredump.c474 struct pipe_inode_info *pipe = file->private_data;
/linux-master/fs/smb/client/
H A Dsmb2ops.c3173 struct cifsFileInfo *cfile = file->private_data;
3194 struct cifsFileInfo *cfile = file->private_data;
3255 struct cifsFileInfo *cfile = file->private_data;
3421 struct cifsFileInfo *cfile = file->private_data;
3550 struct cifsFileInfo *cfile = file->private_data;
3603 struct cifsFileInfo *cfile = file->private_data;
3655 struct cifsFileInfo *wrcfile, *cfile = file->private_data;
/linux-master/fs/proc/
H A Dproc_net.c79 struct seq_file *seq = f->private_data;
195 struct seq_file *seq = f->private_data;
/linux-master/fs/openpromfs/
H A Dinode.c154 struct seq_file *m = file->private_data;
/linux-master/fs/gfs2/
H A Dglock.c2702 struct seq_file *seq = file->private_data;
2727 struct seq_file *seq = file->private_data;
2861 struct gfs2_file *fp = i->file->private_data;
H A Dfile.c645 gfs2_assert_warn(GFS2_SB(inode), !file->private_data);
646 file->private_data = fp;
655 kfree(file->private_data);
656 file->private_data = NULL;
709 kfree(file->private_data);
710 file->private_data = NULL;
1478 struct gfs2_file *fp = file->private_data;
1538 struct gfs2_file *fp = file->private_data;
/linux-master/fs/ext4/
H A Dfile.c180 if (is_dx(inode) && filp->private_data)
181 ext4_htree_free_dir_info(filp->private_data);
/linux-master/fs/dlm/
H A Duser.c519 struct dlm_user_proc *proc = file->private_data;
667 file->private_data = proc;
674 struct dlm_user_proc *proc = file->private_data;
690 file->private_data = NULL;
794 struct dlm_user_proc *proc = file->private_data;
873 struct dlm_user_proc *proc = file->private_data;
908 file->private_data = NULL;
H A Ddebug_fs.c482 seq = file->private_data;
496 seq = file->private_data;
504 struct seq_file *seq = file->private_data;
539 seq = file->private_data;
553 seq = file->private_data;
597 struct dlm_ls *ls = file->private_data;
631 struct dlm_ls *ls = file->private_data;
721 ret = dlm_midcomms_rawmsg_send(fp->private_data, buf, count);

Completed in 550 milliseconds

1234567891011>>