/fs/dlm/ |
D | user.c | 181 struct dlm_user_proc *proc; in dlm_user_add_ast() local 237 static int device_user_lock(struct dlm_user_proc *proc, in device_user_lock() 291 static int device_user_unlock(struct dlm_user_proc *proc, in device_user_unlock() 320 static int device_user_deadlock(struct dlm_user_proc *proc, in device_user_deadlock() 381 static int device_user_purge(struct dlm_user_proc *proc, in device_user_purge() 505 struct dlm_user_proc *proc = file->private_data; in device_write() local 638 struct dlm_user_proc *proc; in device_open() local 665 struct dlm_user_proc *proc = file->private_data; in device_close() local 785 struct dlm_user_proc *proc = file->private_data; in device_read() local 896 struct dlm_user_proc *proc = file->private_data; in device_poll() local
|
D | lock.c | 6153 struct dlm_user_proc *proc) in del_proc_lock() 6183 void dlm_clear_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc) in dlm_clear_proc_locks() 6226 static void purge_proc_locks(struct dlm_ls *ls, struct dlm_user_proc *proc) in purge_proc_locks() 6299 int dlm_user_purge(struct dlm_ls *ls, struct dlm_user_proc *proc, in dlm_user_purge()
|
D | dlm_internal.h | 664 struct dlm_user_proc *proc; /* each process that opens the lockspace member
|
/fs/lockd/ |
D | clntproc.c | 249 nlmclnt_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call() 327 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call() 355 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call() 369 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() 378 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() 394 static int nlmclnt_async_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct r… in nlmclnt_async_call()
|
D | mon.c | 42 u32 proc; member 89 static int nsm_mon_unmon(struct nsm_handle *nsm, u32 proc, struct nsm_res *res, in nsm_mon_unmon()
|
D | svc.c | 539 static inline int is_callback(u32 proc) in is_callback()
|
D | svc4proc.c | 246 static __be32 nlm4svc_callback(struct svc_rqst *rqstp, u32 proc, struct nlm_args *argp, in nlm4svc_callback()
|
D | clnt4xdr.c | 566 #define PROC(proc, argtype, restype) \ argument
|
D | svcproc.c | 287 static __be32 nlmsvc_callback(struct svc_rqst *rqstp, u32 proc, struct nlm_args *argp, in nlmsvc_callback()
|
D | clntxdr.c | 564 #define PROC(proc, argtype, restype) \ argument
|
/fs/nfsd/ |
D | nfssvc.c | 666 struct svc_procedure *proc) in nfs_request_too_big() 691 struct svc_procedure *proc; in nfsd_dispatch() local
|
D | nfscache.c | 387 proc = rqstp->rq_proc; in nfsd_cache_lookup() local
|
D | nfs4callback.c | 629 #define PROC(proc, call, argtype, restype) \ argument
|
/fs/nfs/ |
D | nfs2xdr.c | 1118 #define PROC(proc, argtype, restype, timer) \ argument
|
D | nfs3xdr.c | 2496 #define PROC(proc, argtype, restype, timer) \ argument
|
D | nfs4xdr.c | 7443 #define PROC(proc, argtype, restype) \ argument 7454 #define STUB(proc) \ argument
|