Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dmount_clnt.c178 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_mount()
263 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_umount()
Dclient.c516 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_create_rpc_client()
/Linux-v4.19/include/linux/sunrpc/
Dclnt.h139 #define RPC_CLNT_CREATE_NONPRIVPORT (1UL << 3) macro
/Linux-v4.19/fs/lockd/
Dhost.c472 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nlm_bind_host()
/Linux-v4.19/net/sunrpc/
Drpcb_clnt.c374 RPC_CLNT_CREATE_NONPRIVPORT), in rpcb_create()
Dclnt.c584 if (args->flags & RPC_CLNT_CREATE_NONPRIVPORT) in rpc_create()