Home
last modified time | relevance | path

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

12

/linux/fs/nfs/
A Dnfs4namespace.c200 struct nfs4_secinfo_flavors *flavors) in nfs_find_best_sec() argument
206 for (i = 0; i < flavors->num_flavors; i++) { in nfs_find_best_sec()
207 secinfo = &flavors->flavors[i]; in nfs_find_best_sec()
259 struct nfs4_secinfo_flavors *flavors; in nfs4_negotiate_security() local
267 flavors = page_address(page); in nfs4_negotiate_security()
269 err = nfs4_proc_secinfo(inode, name, flavors); in nfs4_negotiate_security()
275 new = nfs_find_best_sec(clnt, NFS_SERVER(inode), flavors); in nfs4_negotiate_security()
A Dmount_clnt.c425 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 Dfs_context.c352 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add()
356 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add()
363 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add()
A Dnfs4proc.c4027 server->auth_info.flavors[i]); in nfs4_find_root_sec()
8108 .flavors = flavors, in _nfs4_proc_secinfo()
8150 struct nfs4_secinfo_flavors *flavors) in nfs4_proc_secinfo() argument
8161 err = _nfs4_proc_secinfo(dir, name, flavors, true); in nfs4_proc_secinfo()
9810 .flavors = flavors, in _nfs41_proc_secinfo_no_name()
9863 flavors, true); in nfs41_proc_secinfo_no_name()
9873 flavors, false); in nfs41_proc_secinfo_no_name()
9895 struct nfs4_secinfo_flavors *flavors; in nfs41_find_root_sec() local
9905 flavors = page_address(page); in nfs41_find_root_sec()
9919 for (i = 0; i < flavors->num_flavors; i++) { in nfs41_find_root_sec()
[all …]
A Dsuper.c757 if (auth_info->flavors[i] == match) in nfs_auth_info_match()
800 flavor = ctx->auth_info.flavors[0]; in nfs_verify_authflavors()
A Dnfs4client.c1144 ctx->selected_flavor = ctx->auth_info.flavors[0]; in nfs4_init_server()
A Dnfs4xdr.c5525 res->flavors->num_flavors = 0; in decode_secinfo_common()
5529 sec_flavor = &res->flavors->flavors[i]; in decode_secinfo_common()
5530 if ((char *)&sec_flavor[1] - (char *)res->flavors > PAGE_SIZE) in decode_secinfo_common()
5543 res->flavors->num_flavors++; in decode_secinfo_common()
/linux/Documentation/devicetree/bindings/gpio/
A Dkontron,sl28cpld-gpio.yaml16 There are three flavors of the GPIO controller, one full featured
/linux/Documentation/RCU/
A Dlockdep.rst7 All flavors of RCU have lockdep checking available, so that lockdep is
99 other flavors of rcu_dereference(). On the other hand, it is illegal
A Drcubarrier.rst93 module uses multiple flavors of call_rcu(), then it must also use multiple
94 flavors of rcu_barrier() when unloading that module. For example, if
A DwhatisRCU.rst361 There are at least three flavors of RCU usage in the Linux kernel. The diagram
364 flavors. However for protection (on the reader side), the primitives used vary
381 These three flavors are used as follows:
A Drcu_dereference.rst378 RCU flavors, an RCU read-side critical section is entered
A Dstallwarn.rst202 For non-RCU-tasks flavors of RCU, when a CPU detects that some other
/linux/tools/perf/Documentation/
A Dperf-c2c.txt249 offset. Its output comes in 3 flavors:
256 User can switch between above flavors with -N option or
/linux/Documentation/driver-api/media/drivers/
A Dtuners.rst9 There are some flavors of Tuner programming APIs.
/linux/include/linux/
A Dnfs_xdr.h740 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS]; member
1245 struct nfs4_secinfo4 flavors[]; member
1256 struct nfs4_secinfo_flavors *flavors; member
/linux/arch/arm64/boot/dts/freescale/
A Dimx8mm-kontron-n801x-som.dtsi15 * There are multiple SoM flavors with different DDR sizes.
/linux/kernel/
A DKconfig.preempt108 flavors they offer while still offering different usecases.
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc.c509 FLAVORS_CASE(flavors),
/linux/Documentation/input/
A Dinput.rst222 This is driver for all flavors of pointing devices using PS/2
/linux/Documentation/RCU/Design/Requirements/
A DRequirements.rst2384 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/Documentation/admin-guide/sysctl/
A Dnet.rst60 two flavors of JITs, the newer eBPF JIT currently supported on:
/linux/drivers/acpi/
A DKconfig289 by several flavors of cpufreq performance-state, thermal, throttling and
/linux/Documentation/PCI/
A Dpci.rst257 Generic flavors of pci_request_region() are request_mem_region()
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
A DExpedited-Grace-Periods.rst13 There are two flavors of RCU (RCU-preempt and RCU-sched), with an earlier

Completed in 82 milliseconds

12