/linux-6.3-rc2/fs/nfs/ |
A D | nfs4namespace.c | 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() 281 new = nfs_find_best_sec(clnt, NFS_SERVER(inode), flavors); in nfs4_negotiate_security()
|
A D | mount_clnt.c | 425 rpc_authflavor_t *flavors = res->auth_flavors; in decode_auth_flavors() local 449 flavors[i] = be32_to_cpup(p++); in decode_auth_flavors() 450 dprintk("NFS: auth flavor[%u]: %d\n", i, flavors[i]); in decode_auth_flavors()
|
A D | fs_context.c | 356 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add() 360 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add() 367 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add()
|
A D | nfs4proc.c | 4159 server->auth_info.flavors[i]); in nfs4_find_root_sec() 8330 .flavors = flavors, in _nfs4_proc_secinfo() 8372 struct nfs4_secinfo_flavors *flavors) in nfs4_proc_secinfo() argument 8383 err = _nfs4_proc_secinfo(dir, name, flavors, true); in nfs4_proc_secinfo() 10050 .flavors = flavors, in _nfs41_proc_secinfo_no_name() 10103 flavors, true); in nfs41_proc_secinfo_no_name() 10113 flavors, false); in nfs41_proc_secinfo_no_name() 10135 struct nfs4_secinfo_flavors *flavors; in nfs41_find_root_sec() local 10145 flavors = page_address(page); in nfs41_find_root_sec() 10159 for (i = 0; i < flavors->num_flavors; i++) { in nfs41_find_root_sec() [all …]
|
A D | super.c | 757 if (auth_info->flavors[i] == match) in nfs_auth_info_match() 800 flavor = ctx->auth_info.flavors[0]; in nfs_verify_authflavors()
|
A D | nfs4client.c | 1145 ctx->selected_flavor = ctx->auth_info.flavors[0]; in nfs4_init_server()
|
A D | nfs4xdr.c | 5589 res->flavors->num_flavors = 0; in decode_secinfo_common() 5593 sec_flavor = &res->flavors->flavors[i]; in decode_secinfo_common() 5594 if ((char *)&sec_flavor[1] - (char *)res->flavors > PAGE_SIZE) in decode_secinfo_common() 5607 res->flavors->num_flavors++; in decode_secinfo_common()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/gpio/ |
A D | kontron,sl28cpld-gpio.yaml | 16 There are three flavors of the GPIO controller, one full featured
|
/linux-6.3-rc2/Documentation/RCU/ |
A D | lockdep.rst | 7 All flavors of RCU have lockdep checking available, so that lockdep is 102 the other flavors of rcu_dereference(). On the other hand, it is illegal
|
A D | whatisRCU.rst | 378 There are at least three flavors of RCU usage in the Linux kernel. The diagram 381 flavors. However for protection (on the reader side), the primitives used vary 398 These three flavors are used as follows:
|
A D | rcu_dereference.rst | 395 RCU flavors, an RCU read-side critical section is entered
|
A D | stallwarn.rst | 228 For non-RCU-tasks flavors of RCU, when a CPU detects that some other
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | srv6_end_next_csid_l3vpn_test.sh | 628 encap seg6local action End flavors next-csid \ 1014 encap seg6local action End flavors next-csid ${layout} \
|
A D | srv6_end_flavors_test.sh | 807 action End flavors "${flavor}" dev "${DUMMY_DEVNAME}"; then
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ |
A D | tuners.rst | 9 There are some flavors of Tuner programming APIs.
|
/linux-6.3-rc2/arch/arm64/boot/dts/freescale/ |
A D | imx8mm-kontron-sl.dtsi | 15 * There are multiple SoM flavors with different DDR sizes.
|
A D | imx8mm-kontron-osm-s.dtsi | 21 * There are multiple SoM flavors with different DDR sizes.
|
/linux-6.3-rc2/include/linux/ |
A D | nfs_xdr.h | 740 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS]; member 1256 struct nfs4_secinfo4 flavors[]; member 1267 struct nfs4_secinfo_flavors *flavors; member
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-c2c.txt | 283 offset. Its output comes in 3 flavors: 291 User can switch between above flavors with -N option or
|
/linux-6.3-rc2/kernel/ |
A D | Kconfig.preempt | 109 flavors they offer while still offering different usecases.
|
/linux-6.3-rc2/Documentation/input/ |
A D | input.rst | 222 This is driver for all flavors of pointing devices using PS/2
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | core_reloc.c | 572 FLAVORS_CASE(flavors),
|
/linux-6.3-rc2/Documentation/RCU/Design/Requirements/ |
A D | Requirements.rst | 2384 fewer than five *flavors*, or API families. In addition, the primary 2386 implementations, non-preemptible and preemptible. The other four flavors 2399 RCU flavors as part of a consolidation of the three flavors into a 2453 other RCU flavors as part of a consolidation of the three flavors into a 2551 Unlike the other RCU flavors, SRCU read-side critical sections can run 2559 Also unlike other RCU flavors, synchronize_srcu() may **not** be 2571 SRCU also differs from other RCU flavors in that SRCU's expedited and
|
/linux-6.3-rc2/Documentation/admin-guide/sysctl/ |
A D | net.rst | 61 two flavors of JITs, the newer eBPF JIT currently supported on:
|
/linux-6.3-rc2/drivers/acpi/ |
A D | Kconfig | 291 by several flavors of cpufreq performance-state, thermal, throttling and
|