Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
Dmount_clnt.c178 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_mount()
264 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_umount()
Dclient.c525 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_create_rpc_client()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dclnt.h148 #define RPC_CLNT_CREATE_NONPRIVPORT (1UL << 3) macro
/kernel/linux/linux-5.10/fs/lockd/
Dhost.c475 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nlm_bind_host()
/kernel/linux/linux-5.10/net/sunrpc/
Drpcb_clnt.c361 RPC_CLNT_CREATE_NONPRIVPORT), in rpcb_create()
Dclnt.c587 if (args->flags & RPC_CLNT_CREATE_NONPRIVPORT) in rpc_create()