Searched refs:proc (Results 1 - 23 of 23) sorted by relevance

/fs/proc/
H A DMakefile2 # Makefile for the Linux proc filesystem routines.
5 obj-y += proc.o
7 proc-y := nommu.o task_nommu.o
8 proc-$(CONFIG_MMU) := task_mmu.o
10 proc-y += inode.o root.o base.o generic.o array.o \
12 proc-$(CONFIG_TTY) += proc_tty.o
13 proc-y += cmdline.o
14 proc-y += consoles.o
15 proc-y += cpuinfo.o
16 proc
[all...]
/fs/dlm/
H A Duser.c180 struct dlm_user_proc *proc; local
200 proc = ua->proc;
208 spin_lock(&proc->asts_spin);
212 spin_unlock(&proc->asts_spin);
218 list_add_tail(&lkb->lkb_cb_list, &proc->asts);
219 wake_up_interruptible(&proc->wait);
221 spin_unlock(&proc->asts_spin);
225 spin_lock(&proc->locks_spin);
230 spin_unlock(&proc
236 device_user_lock(struct dlm_user_proc *proc, struct dlm_lock_params *params) argument
281 device_user_unlock(struct dlm_user_proc *proc, struct dlm_lock_params *params) argument
310 device_user_deadlock(struct dlm_user_proc *proc, struct dlm_lock_params *params) argument
370 device_user_purge(struct dlm_user_proc *proc, struct dlm_purge_params *params) argument
494 struct dlm_user_proc *proc = file->private_data; local
627 struct dlm_user_proc *proc; local
654 struct dlm_user_proc *proc = file->private_data; local
774 struct dlm_user_proc *proc = file->private_data; local
884 struct dlm_user_proc *proc = file->private_data; local
[all...]
H A Dlock.h56 int dlm_user_purge(struct dlm_ls *ls, struct dlm_user_proc *proc,
59 void dlm_clear_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc);
H A Dlock.c5826 spin_lock(&ua->proc->locks_spin);
5828 list_add_tail(&lkb->lkb_ownqueue, &ua->proc->locks);
5829 spin_unlock(&ua->proc->locks_spin);
5925 spin_lock(&ua->proc->locks_spin);
5926 /* dlm_user_add_cb() may have already taken lkb off the proc list */
5928 list_move(&lkb->lkb_ownqueue, &ua->proc->unlocking);
5929 spin_unlock(&ua->proc->locks_spin);
6069 struct dlm_user_proc *proc)
6074 if (list_empty(&proc->locks))
6077 lkb = list_entry(proc
6068 del_proc_lock(struct dlm_ls *ls, struct dlm_user_proc *proc) argument
6099 dlm_clear_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc) argument
6142 purge_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc) argument
6215 dlm_user_purge(struct dlm_ls *ls, struct dlm_user_proc *proc, int nodeid, int pid) argument
[all...]
H A Ddlm_internal.h258 struct list_head lkb_cb_list; /* for ls_cb_delay or proc->asts */
665 struct dlm_user_proc *proc; /* each process that opens the lockspace member in struct:dlm_user_args
/fs/cachefiles/
H A DMakefile16 cachefiles-$(CONFIG_CACHEFILES_HISTOGRAM) += proc.o
/fs/fscache/
H A DMakefile15 fscache-$(CONFIG_PROC_FS) += proc.o
/fs/afs/
H A DMakefile20 proc.o \
/fs/lockd/
H A Dsvc.c530 static inline int is_callback(u32 proc) argument
532 return proc == NLMPROC_GRANTED
533 || proc == NLMPROC_GRANTED_MSG
534 || proc == NLMPROC_TEST_RES
535 || proc == NLMPROC_LOCK_RES
536 || proc == NLMPROC_CANCEL_RES
537 || proc == NLMPROC_UNLOCK_RES
538 || proc == NLMPROC_NSM_NOTIFY;
H A Dclntproc.c186 dprintk("lockd: clnt proc returns %d\n", status);
249 nlmclnt_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc) argument
263 (int)proc, host->h_name);
272 msg.rpc_proc = &clnt->cl_procinfo[proc];
327 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) argument
339 (int)proc, host->h_name);
345 msg->rpc_proc = &clnt->cl_procinfo[proc];
355 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) argument
359 task = __nlm_async_call(req, proc, msg, tk_ops);
369 int nlm_async_call(struct nlm_rqst *req, u32 proc, cons argument
378 nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) argument
394 nlmclnt_async_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) argument
[all...]
H A Dclnt4xdr.c566 #define PROC(proc, argtype, restype) \
567 [NLMPROC_##proc] = { \
568 .p_proc = NLMPROC_##proc, \
573 .p_statidx = NLMPROC_##proc, \
574 .p_name = #proc, \
H A Dclntxdr.c564 #define PROC(proc, argtype, restype) \
565 [NLMPROC_##proc] = { \
566 .p_proc = NLMPROC_##proc, \
571 .p_statidx = NLMPROC_##proc, \
572 .p_name = #proc, \
H A Dmon.c42 u32 proc; member in struct:nsm_args
141 static int nsm_mon_unmon(struct nsm_handle *nsm, u32 proc, struct nsm_res *res, argument
149 .proc = NLMPROC_NSM_NOTIFY,
160 msg.rpc_proc = &clnt->cl_procinfo[proc];
498 *p = cpu_to_be32(argp->proc);
H A Dsvc4proc.c246 static __be32 nlm4svc_callback(struct svc_rqst *rqstp, u32 proc, struct nlm_args *argp, argument
271 if (nlm_async_reply(call, proc, &nlm4svc_callback_ops) < 0)
H A Dsvcproc.c287 static __be32 nlmsvc_callback(struct svc_rqst *rqstp, u32 proc, struct nlm_args *argp, argument
312 if (nlm_async_reply(call, proc, &nlmsvc_callback_ops) < 0)
/fs/nfs/
H A DMakefile16 nfsv2-y := nfs2super.o proc.o nfs2xdr.o
H A Dnfs2xdr.c1114 #define PROC(proc, argtype, restype, timer) \
1115 [NFSPROC_##proc] = { \
1116 .p_proc = NFSPROC_##proc, \
1122 .p_statidx = NFSPROC_##proc, \
1123 .p_name = #proc, \
H A Dnfs3xdr.c2486 #define PROC(proc, argtype, restype, timer) \
2487 [NFS3PROC_##proc] = { \
2488 .p_proc = NFS3PROC_##proc, \
2494 .p_statidx = NFS3PROC_##proc, \
2495 .p_name = #proc, \
H A Dnfs4xdr.c7328 #define PROC(proc, argtype, restype) \
7329 [NFSPROC4_CLNT_##proc] = { \
7335 .p_statidx = NFSPROC4_CLNT_##proc, \
7336 .p_name = #proc, \
/fs/nfsd/
H A Dnfssvc.c652 struct svc_procedure *proc; local
657 dprintk("nfsd_dispatch: vers %d proc %d\n",
659 proc = rqstp->rq_procinfo;
665 rqstp->rq_cachetype = proc->pc_cachetype;
667 xdr = proc->pc_decode;
693 nfserr = proc->pc_func(rqstp, rqstp->rq_argp, rqstp->rq_resp);
708 xdr = proc->pc_encode;
H A Dnfscache.c411 proc = rqstp->rq_proc; local
458 rp->c_proc = proc;
H A Dnfs4callback.c552 #define PROC(proc, call, argtype, restype) \
553 [NFSPROC4_CLNT_##proc] = { \
560 .p_name = #proc, \
/fs/
H A DMakefile53 obj-$(CONFIG_PROC_FS) += proc/

Completed in 361 milliseconds