Home
last modified time | relevance | path

Searched refs:RPC_CLNT_CREATE_NONPRIVPORT (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dclnt.h129 #define RPC_CLNT_CREATE_NONPRIVPORT (1UL << 3) macro
/linux-4.4.14/fs/nfs/
Dmount_clnt.c177 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_mount()
262 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_umount()
Dclient.c494 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_create_rpc_client()
/linux-4.4.14/fs/lockd/
Dhost.c469 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nlm_bind_host()
/linux-4.4.14/net/sunrpc/
Drpcb_clnt.c374 RPC_CLNT_CREATE_NONPRIVPORT), in rpcb_create()
Dclnt.c552 if (args->flags & RPC_CLNT_CREATE_NONPRIVPORT) in rpc_create()