Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dmount_clnt.c176 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_mount()
263 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_umount()
H A Dclient.c538 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nfs_create_rpc_client()
/linux/include/linux/sunrpc/
H A Dclnt.h167 #define RPC_CLNT_CREATE_NONPRIVPORT (1UL << 3) macro
/linux/fs/lockd/
H A Dhost.c474 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; in nlm_bind_host()
/linux/net/sunrpc/
H A Drpcb_clnt.c386 RPC_CLNT_CREATE_NONPRIVPORT), in rpcb_create()
H A Dclnt.c610 if (args->flags & RPC_CLNT_CREATE_NONPRIVPORT) in rpc_create()
/linux/include/trace/events/
H A Dsunrpc.h155 { RPC_CLNT_CREATE_NONPRIVPORT, "NONPRIVPORT" }, \