Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 29) sorted by relevance

12

/fs/proc/
Darray.c148 struct pid *pid, struct task_struct *p) in task_state()
432 struct pid *pid, struct task_struct *task) in proc_pid_status()
458 struct pid *pid, struct task_struct *task, int whole) in do_task_stat()
655 struct pid *pid, struct task_struct *task) in proc_tid_stat()
661 struct pid *pid, struct task_struct *task) in proc_tgid_stat()
667 struct pid *pid, struct task_struct *task) in proc_pid_statm()
706 struct pid *pid = NULL; in get_children_pid() local
773 struct pid *pid; in children_seq_next() local
Dbase.c399 struct pid *pid, struct task_struct *task) in proc_pid_wchan()
441 struct pid *pid, struct task_struct *task) in proc_pid_stack()
489 struct pid *pid, struct task_struct *task) in proc_pid_schedstat()
563 struct pid *pid, struct task_struct *task) in proc_oom_score()
609 struct pid *pid, struct task_struct *task) in proc_pid_limits()
653 struct pid *pid, struct task_struct *task) in proc_pid_syscall()
782 struct pid *pid = proc_pid(inode); in proc_single_show() local
1890 struct pid *pid = ei->pid; in proc_pid_evict_inode() local
1906 struct pid *pid; in proc_pid_make_inode() local
1959 struct pid *pid; in proc_pid_make_base_inode() local
[all …]
Dthread_self.c17 pid_t pid = task_pid_nr_ns(current, ns); in proc_thread_self_get_link() local
Dinternal.h99 struct pid *pid; member
/fs/
Dfcntl.c88 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, in f_modown()
106 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown()
117 struct pid *pid = NULL; in f_setown() local
152 pid_t pid = 0; in f_getown() local
170 struct pid *pid; in f_setown_ex() local
776 struct pid *pid; in send_sigio() local
813 struct pid *pid; in send_sigurg() local
/fs/lockd/
Dsvclock.c353 static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in __nlmsvc_find_lockowner()
364 static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in nlmsvc_find_lockowner()
400 pid_t pid) in nlmsvc_locks_init_private()
Dclntproc.c67 static inline int nlm_pidbusy(struct nlm_host *host, uint32_t pid) in nlm_pidbusy()
/fs/autofs/
Dwaitq.c312 pid_t pid; in autofs_wait() local
Dautofs_i.h93 pid_t pid; member
/fs/smb/client/
Dfile.c1407 __u32 pid; member
1999 cifs_write(struct cifsFileInfo *open_file, __u32 pid, const char *write_data, in cifs_write()
2873 __u32 pid; in cifs_write_end() local
3250 pid_t pid; in cifs_write_from_iter() local
3988 pid_t pid; in cifs_send_async_read() local
4406 __u32 pid; in cifs_read() local
4687 pid_t pid; in cifs_readahead() local
Dsmb2pdu.c5209 u64 persistent_fid, u64 volatile_fid, u32 pid, in SMB2_set_info_init()
5258 u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, in send_set_info()
5318 u64 volatile_fid, u32 pid, __le64 *eof) in SMB2_set_eof()
5667 const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, in smb2_lockv()
5726 const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, in SMB2_lock()
Dcifsglob.h1286 __u32 pid; member
1351 __u32 pid; /* process id who opened file */ member
1379 __u32 pid; member
1419 pid_t pid; member
1451 pid_t pid; member
1636 __u32 pid; /* process id */ member
Dcifssmb.c1385 __u32 pid = io_parms->pid; in CIFSSMBRead() local
1493 __u32 pid = io_parms->pid; in CIFSSMBWrite() local
1750 __u32 pid = io_parms->pid; in CIFSSMBWrite2() local
/fs/cachefiles/
Dondemand.c121 char *pid, *psize; in cachefiles_ondemand_copen() local
/fs/gfs2/
Dglock.h151 struct pid *pid; in gfs2_glock_is_locked_by_me() local
/fs/smb/server/
Dvfs_cache.c446 u64 pid) in ksmbd_lookup_fd_slow()
Dsmb2pdu.c4892 unsigned int id = KSMBD_NO_FID, pid = KSMBD_NO_FID; in smb2_get_info_file() local
5224 unsigned int id = KSMBD_NO_FID, pid = KSMBD_NO_FID; in smb2_get_info_sec() local
6040 unsigned int id = KSMBD_NO_FID, pid = KSMBD_NO_FID; in smb2_set_info() local
6265 unsigned int id = KSMBD_NO_FID, pid = KSMBD_NO_FID; in smb2_read() local
Doplock.c1189 int smb_grant_oplock(struct ksmbd_work *work, int req_op_level, u64 pid, in smb_grant_oplock()
/fs/notify/fanotify/
Dfanotify.c725 struct pid *pid; in fanotify_alloc_event() local
Dfanotify.h263 struct pid *pid; member
/fs/orangefs/
Dupcall.h224 int pid; member
/fs/jbd2/
Dtransaction.c1835 pid_t pid; in jbd2_journal_stop() local
/fs/dlm/
Dlock.c6276 static void do_purge(struct dlm_ls *ls, int nodeid, int pid) in do_purge()
6291 static int send_purge(struct dlm_ls *ls, int nodeid, int pid) in send_purge()
6308 int nodeid, int pid) in dlm_user_purge()
/fs/fuse/
Dfile.c2608 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill()
2658 struct pid *pid = fl->fl_type != F_UNLCK ? task_tgid(current) : NULL; in fuse_setlk() local
/fs/ocfs2/
Ddlmglue.c812 struct pid *pid) in ocfs2_pid_holder()
2679 struct pid *pid = task_pid(current); in ocfs2_inode_lock_tracker() local

12