Home
last modified time | relevance | path

Searched refs:PROC (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/fs/lockd/
Dsvc4proc.c465 #define PROC(name, xargt, xrest, argt, rest, respsize) \ macro
479 PROC(null, void, void, void, void, 1),
480 PROC(test, testargs, testres, args, res, Ck+St+2+No+Rg),
481 PROC(lock, lockargs, res, args, res, Ck+St),
482 PROC(cancel, cancargs, res, args, res, Ck+St),
483 PROC(unlock, unlockargs, res, args, res, Ck+St),
484 PROC(granted, testargs, res, args, res, Ck+St),
485 PROC(test_msg, testargs, norep, args, void, 1),
486 PROC(lock_msg, lockargs, norep, args, void, 1),
487 PROC(cancel_msg, cancargs, norep, args, void, 1),
[all …]
Dsvcproc.c507 #define PROC(name, xargt, xrest, argt, rest, respsize) \ macro
523 PROC(null, void, void, void, void, 1),
524 PROC(test, testargs, testres, args, res, Ck+St+2+No+Rg),
525 PROC(lock, lockargs, res, args, res, Ck+St),
526 PROC(cancel, cancargs, res, args, res, Ck+St),
527 PROC(unlock, unlockargs, res, args, res, Ck+St),
528 PROC(granted, testargs, res, args, res, Ck+St),
529 PROC(test_msg, testargs, norep, args, void, 1),
530 PROC(lock_msg, lockargs, norep, args, void, 1),
531 PROC(cancel_msg, cancargs, norep, args, void, 1),
[all …]
Dclntxdr.c564 #define PROC(proc, argtype, restype) \ macro
576 PROC(TEST, testargs, testres),
577 PROC(LOCK, lockargs, res),
578 PROC(CANCEL, cancargs, res),
579 PROC(UNLOCK, unlockargs, res),
580 PROC(GRANTED, testargs, res),
581 PROC(TEST_MSG, testargs, norep),
582 PROC(LOCK_MSG, lockargs, norep),
583 PROC(CANCEL_MSG, cancargs, norep),
584 PROC(UNLOCK_MSG, unlockargs, norep),
[all …]
Dclnt4xdr.c566 #define PROC(proc, argtype, restype) \ macro
578 PROC(TEST, testargs, testres),
579 PROC(LOCK, lockargs, res),
580 PROC(CANCEL, cancargs, res),
581 PROC(UNLOCK, unlockargs, res),
582 PROC(GRANTED, testargs, res),
583 PROC(TEST_MSG, testargs, norep),
584 PROC(LOCK_MSG, lockargs, norep),
585 PROC(CANCEL_MSG, cancargs, norep),
586 PROC(UNLOCK_MSG, unlockargs, norep),
[all …]
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c55 #define PROC(proc, name) \ macro
67 PROC(INDICATE_MECHS, indicate_mechs),
68 PROC(GET_CALL_CONTEXT, get_call_context),
69 PROC(IMPORT_AND_CANON_NAME, import_and_canon_name),
70 PROC(EXPORT_CRED, export_cred),
71 PROC(IMPORT_CRED, import_cred),
72 PROC(ACQUIRE_CRED, acquire_cred),
73 PROC(STORE_CRED, store_cred),
74 PROC(INIT_SEC_CONTEXT, init_sec_context),
75 PROC(ACCEPT_SEC_CONTEXT, accept_sec_context),
[all …]
/linux-4.4.14/fs/nfs/
Dnfs2xdr.c1118 #define PROC(proc, argtype, restype, timer) \ macro
1130 PROC(GETATTR, fhandle, attrstat, 1),
1131 PROC(SETATTR, sattrargs, attrstat, 0),
1132 PROC(LOOKUP, diropargs, diropres, 2),
1133 PROC(READLINK, readlinkargs, readlinkres, 3),
1134 PROC(READ, readargs, readres, 3),
1135 PROC(WRITE, writeargs, writeres, 4),
1136 PROC(CREATE, createargs, diropres, 0),
1137 PROC(REMOVE, removeargs, stat, 0),
1138 PROC(RENAME, renameargs, stat, 0),
[all …]
Dnfs3xdr.c2495 #define PROC(proc, argtype, restype, timer) \ macro
2508 PROC(GETATTR, getattr, getattr, 1),
2509 PROC(SETATTR, setattr, setattr, 0),
2510 PROC(LOOKUP, lookup, lookup, 2),
2511 PROC(ACCESS, access, access, 1),
2512 PROC(READLINK, readlink, readlink, 3),
2513 PROC(READ, read, read, 3),
2514 PROC(WRITE, write, write, 4),
2515 PROC(CREATE, create, create, 0),
2516 PROC(MKDIR, mkdir, create, 0),
[all …]
Dnfs4xdr.c7439 #define PROC(proc, argtype, restype) \ macro
7456 PROC(READ, enc_read, dec_read),
7457 PROC(WRITE, enc_write, dec_write),
7458 PROC(COMMIT, enc_commit, dec_commit),
7459 PROC(OPEN, enc_open, dec_open),
7460 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm),
7461 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr),
7462 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade),
7463 PROC(CLOSE, enc_close, dec_close),
7464 PROC(SETATTR, enc_setattr, dec_setattr),
[all …]
/linux-4.4.14/fs/nfsd/
Dnfs2acl.c348 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
366 PROC(null, void, void, void, RC_NOCACHE, ST),
367 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
368 PROC(setacl, setacl, attrstat, attrstat, RC_NOCACHE, ST+AT),
369 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
370 PROC(access, access, access, access, RC_NOCACHE, ST+AT+1),
Dnfs3acl.c242 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
260 PROC(null, void, void, void, RC_NOCACHE, ST),
261 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
262 PROC(setacl, setacl, setacl, fhandle, RC_NOCACHE, ST+pAT),
Dnfs4callback.c629 #define PROC(proc, call, argtype, restype) \ macro
641 PROC(CB_NULL, NULL, cb_null, cb_null),
642 PROC(CB_RECALL, COMPOUND, cb_recall, cb_recall),
644 PROC(CB_LAYOUT, COMPOUND, cb_layout, cb_layout),
Dnfs3proc.c651 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_file_ops.c120 ipath_cdbg(PROC, in ipath_get_base_info()
227 ipath_cdbg(PROC, "port %u flags %x %llx %llx %llx\n", in ipath_get_base_info()
632 ipath_cdbg(PROC, "p%u tries to set key 0, not allowed\n", in ipath_set_part_key()
719 ipath_cdbg(PROC, "p%u set key %x in #%d, " in ipath_set_part_key()
753 ipath_cdbg(PROC, "%sabling rcv for unit %u port %u:%u\n", in ipath_manage_rcvq()
1616 ipath_cdbg(PROC, "%s[%u] opened unit:port %u:%u\n", in try_alloc_port()
1700 ipath_cdbg(PROC, "%s[%u] affinity set for " in find_best_unit()
1710 ipath_cdbg(PROC,"%s[%u] %d chips, %d cpus, " in find_best_unit()
1754 ipath_cdbg(PROC, in find_best_unit()
1811 ipath_cdbg(PROC, in find_shared_port()
[all …]
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dtrace.c211 __hfi1_trace_fn(PROC);
Dfile_ops.c688 hfi1_cdbg(PROC, "%u:%u Memory size mismatch %lu:%lu", in hfi1_file_mmap()
764 hfi1_cdbg(PROC, "freeing ctxt %u:%u", uctxt->ctxt, fdata->subctxt); in hfi1_file_close()
Dtrace.h1397 __hfi1_trace_def(PROC);
/linux-4.4.14/Documentation/filesystems/
Dafs.txt132 PROC FILESYSTEM