Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dmount_clnt.c179 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_mount()
265 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_umount()
Dclient.c515 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_create_rpc_client()
/Linux-v5.4/include/linux/sunrpc/
Dclnt.h144 #define RPC_CLNT_CREATE_NONPRIVPORT (1UL << 3) macro
/Linux-v5.4/fs/lockd/
Dhost.c479 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nlm_bind_host()
/Linux-v5.4/net/sunrpc/
Drpcb_clnt.c379 RPC_CLNT_CREATE_NONPRIVPORT), in rpcb_create()
Dclnt.c592 if (args->flags & RPC_CLNT_CREATE_NONPRIVPORT) in rpc_create()