/linux-4.1.27/fs/lockd/ |
D | svc4proc.c | 465 #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 …]
|
D | svcproc.c | 507 #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 …]
|
D | clntxdr.c | 564 #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 …]
|
D | clnt4xdr.c | 566 #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.1.27/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 55 #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.1.27/fs/nfs/ |
D | nfs2xdr.c | 1118 #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 …]
|
D | nfs3xdr.c | 2494 #define PROC(proc, argtype, restype, timer) \ macro 2507 PROC(GETATTR, getattr, getattr, 1), 2508 PROC(SETATTR, setattr, setattr, 0), 2509 PROC(LOOKUP, lookup, lookup, 2), 2510 PROC(ACCESS, access, access, 1), 2511 PROC(READLINK, readlink, readlink, 3), 2512 PROC(READ, read, read, 3), 2513 PROC(WRITE, write, write, 4), 2514 PROC(CREATE, create, create, 0), 2515 PROC(MKDIR, mkdir, create, 0), [all …]
|
D | nfs4xdr.c | 7353 #define PROC(proc, argtype, restype) \ macro 7370 PROC(READ, enc_read, dec_read), 7371 PROC(WRITE, enc_write, dec_write), 7372 PROC(COMMIT, enc_commit, dec_commit), 7373 PROC(OPEN, enc_open, dec_open), 7374 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm), 7375 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr), 7376 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade), 7377 PROC(CLOSE, enc_close, dec_close), 7378 PROC(SETATTR, enc_setattr, dec_setattr), [all …]
|
/linux-4.1.27/fs/nfsd/ |
D | nfs2acl.c | 350 #define PROC(name, argt, rest, relt, cache, respsize) \ macro 368 PROC(null, void, void, void, RC_NOCACHE, ST), 369 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)), 370 PROC(setacl, setacl, attrstat, attrstat, RC_NOCACHE, ST+AT), 371 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT), 372 PROC(access, access, access, access, RC_NOCACHE, ST+AT+1),
|
D | nfs3acl.c | 242 #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),
|
D | nfs4callback.c | 629 #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),
|
D | nfs3proc.c | 651 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_file_ops.c | 120 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.1.27/Documentation/filesystems/ |
D | afs.txt | 132 PROC FILESYSTEM
|