Home
last modified time | relevance | path

Searched refs:flavors (Results 1 – 24 of 24) sorted by relevance

/linux/fs/nfs/
H A Dnfs4namespace.c191 * @flavors: List of security tuples returned by SECINFO procedure
194 * "flavors" that is locally supported. The "flavors" array
206 struct nfs4_secinfo_flavors *flavors) in nfs_find_best_sec() argument
212 for (i = 0; i < flavors->num_flavors; i++) { in nfs_find_best_sec()
213 secinfo = &flavors->flavors[i]; in nfs_find_best_sec()
265 struct nfs4_secinfo_flavors *flavors; in nfs4_negotiate_security() local
273 flavors = page_address(page); in nfs4_negotiate_security()
275 err = nfs4_proc_secinfo(inode, name, flavors); in nfs4_negotiate_security()
[all...]
H A Dmount_clnt.c352 rpc_authflavor_t *flavors = res->auth_flavors; in decode_auth_flavors() local
376 flavors[i] = be32_to_cpup(p++); in decode_auth_flavors()
377 dprintk("NFS: auth flavor[%u]: %d\n", i, flavors[i]); in decode_auth_flavors()
H A Dfs_context.c419 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add()
423 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add()
428 return nfs_invalf(fc, "NFS: too many sec= flavors"); in nfs_auth_info_add()
430 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add()
H A Dnfs4proc.c4225 * Retry pseudoroot lookup with various security flavors. We do this when:
4252 server->auth_info.flavors[i]); in nfs4_find_root_sec()
4258 /* no flavors specified by user, try default list */ in nfs4_find_root_sec()
8310 static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors, bool use_integrity) in _nfs4_proc_secinfo()
8320 .flavors = flavors, in _nfs4_proc_secinfo()
8362 struct nfs4_secinfo_flavors *flavors) in nfs4_proc_secinfo()
8373 err = _nfs4_proc_secinfo(dir, name, flavors, true); in nfs4_proc_secinfo()
8382 err = _nfs4_proc_secinfo(dir, name, flavors, false); in nfs4_proc_secinfo()
10105 struct nfs4_secinfo_flavors *flavors, in _nfs41_proc_secinfo_no_name()
8309 _nfs4_proc_secinfo(struct inode * dir,const struct qstr * name,struct nfs4_secinfo_flavors * flavors,bool use_integrity) _nfs4_proc_secinfo() argument
8361 nfs4_proc_secinfo(struct inode * dir,const struct qstr * name,struct nfs4_secinfo_flavors * flavors) nfs4_proc_secinfo() argument
10072 _nfs41_proc_secinfo_no_name(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs4_secinfo_flavors * flavors,bool use_integrity) _nfs41_proc_secinfo_no_name() argument
10120 nfs41_proc_secinfo_no_name(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs4_secinfo_flavors * flavors) nfs41_proc_secinfo_no_name() argument
10164 struct nfs4_secinfo_flavors *flavors; nfs41_find_root_sec() local
[all...]
H A Dsuper.c769 if (auth_info->flavors[i] == match) in nfs_auth_info_match()
798 * of supported security flavors. In this case, nfs_mount() fabricates in nfs_verify_authflavors()
812 flavor = ctx->auth_info.flavors[0]; in nfs_verify_authflavors()
817 "NFS: specified auth flavors not supported by server\n"); in nfs_verify_authflavors()
H A Dnfs4client.c988 ctx->selected_flavor = ctx->auth_info.flavors[0]; in nfs4_init_server()
/linux/tools/testing/selftests/net/
H A Dsrv6_end_x_next_csid_l3vpn_test.sh614 flavors next-csid lblen "${LCBLOCK_BLEN}" \
635 oif "${oifname}" flavors next-csid lblen "${LCBLOCK_BLEN}" \
1089 flavors next-csid ${layout} \
H A Dsrv6_end_next_csid_l3vpn_test.sh592 encap seg6local action End flavors next-csid \
973 encap seg6local action End flavors next-csid ${layout} \
H A Dsrv6_end_flavors_test.sh7 # This script is designed to test the support for "flavors" in the SRv6 End
12 # convenience, we report the list of flavors described in [1] hereafter:
17 # The End, End.X, and End.T behaviors can support these flavors either
21 # flavors will be supported in the kernel.
402 # without flavors) configured for the node.
405 # flavors, the output is the ordered version of that list.
412 # return the lexicographically ordered flavors
537 behavior_cfg="End flavors psp"
785 echo "SKIP: Cannot set up netns to test kernel support for flavors"
791 echo "SKIP: Cannot set up dummy dev to test kernel support for flavors"
[all...]
/linux/Documentation/driver-api/media/drivers/
H A Dtuners.rst9 There are some flavors of Tuner programming APIs.
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-kontron-sl.dtsi15 * There are multiple SoM flavors with different DDR sizes.
/linux/include/linux/
H A Dnfs_xdr.h769 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS];
1301 struct nfs4_secinfo4 flavors[];
1312 struct nfs4_secinfo_flavors *flavors;
768 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS]; global() member
1300 struct nfs4_secinfo4 flavors[]; global() member
1311 struct nfs4_secinfo_flavors *flavors; global() member
/linux/tools/perf/Documentation/
H A Dperf-c2c.txt320 offset. Its output comes in 3 flavors:
328 User can switch between above flavors with -N option or
/linux/Documentation/core-api/
H A Dmemory-allocation.rst183 The same rules apply to _bulk and _rcu flavors of freeing functions.
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c571 /* validate BPF program can use multiple flavors to match against
574 FLAVORS_CASE(flavors),
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst389 The division and modulo operations support both unsigned and signed flavors.
541 Note that there are two flavors of ``JA`` instructions. The
/linux/Documentation/RCU/
H A Dchecklist.rst250 Similarly, it is necessary to correctly use the RCU Tasks flavors:
411 13. Unlike most flavors of RCU, it *is* permissible to block in an
H A DwhatisRCU.rst400 There are at least three flavors of RCU usage in the Linux kernel. The diagram
403 flavors. However for protection (on the reader side), the primitives used vary
420 These three flavors are used as follows:
H A Drcu_dereference.rst408 RCU flavors, an RCU read-side critical section is entered
/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst60 two flavors of JITs, the newer eBPF JIT currently supported on:
/linux/drivers/acpi/
H A DKconfig306 by several flavors of cpufreq performance-state, thermal, throttling and
/linux/Documentation/PCI/
H A Dpci.rst257 Generic flavors of pci_request_region() are request_mem_region()
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst13 There are two flavors of RCU (RCU-preempt and RCU-sched), with an earlier
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6088 flavors take kindly to this sort of thing.
6323 the RCU Tasks flavors to collapse back to using
6331 cause the RCU Tasks flavors to switch to per-CPU
6338 RCU Tasks family of RCU flavors. The default