Home
last modified time | relevance | path

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

12

/Linux-v6.6/fs/nfs/
Dnfs4namespace.c206 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()
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()
Dfs_context.c387 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add()
391 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add()
398 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add()
Dnfs4proc.c4163 server->auth_info.flavors[i]); in nfs4_find_root_sec()
8332 …struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors, bool use_integri… in _nfs4_proc_secinfo() argument
8342 .flavors = flavors, in _nfs4_proc_secinfo()
8384 struct nfs4_secinfo_flavors *flavors) in nfs4_proc_secinfo() argument
8395 err = _nfs4_proc_secinfo(dir, name, flavors, true); in nfs4_proc_secinfo()
8404 err = _nfs4_proc_secinfo(dir, name, flavors, false); in nfs4_proc_secinfo()
10058 struct nfs4_secinfo_flavors *flavors, bool use_integrity) in _nfs41_proc_secinfo_no_name() argument
10064 .flavors = flavors, in _nfs41_proc_secinfo_no_name()
10104 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors) in nfs41_proc_secinfo_no_name() argument
10117 flavors, true); in nfs41_proc_secinfo_no_name()
[all …]
Dsuper.c760 if (auth_info->flavors[i] == match) in nfs_auth_info_match()
803 flavor = ctx->auth_info.flavors[0]; in nfs_verify_authflavors()
Dnfs4client.c1166 ctx->selected_flavor = ctx->auth_info.flavors[0]; in nfs4_init_server()
/Linux-v6.6/Documentation/RCU/
Dlockdep.rst7 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
DwhatisRCU.rst378 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:
Drcu_dereference.rst395 RCU flavors, an RCU read-side critical section is entered
/Linux-v6.6/tools/testing/selftests/net/
Dsrv6_end_next_csid_l3vpn_test.sh628 encap seg6local action End flavors next-csid \
1014 encap seg6local action End flavors next-csid ${layout} \
Dsrv6_end_x_next_csid_l3vpn_test.sh644 flavors next-csid lblen "${LCBLOCK_BLEN}" \
1082 flavors next-csid ${layout} \
Dsrv6_end_flavors_test.sh807 action End flavors "${flavor}" dev "${DUMMY_DEVNAME}"; then
/Linux-v6.6/Documentation/driver-api/media/drivers/
Dtuners.rst9 There are some flavors of Tuner programming APIs.
/Linux-v6.6/arch/arm64/boot/dts/freescale/
Dimx8mm-kontron-sl.dtsi15 * There are multiple SoM flavors with different DDR sizes.
Dimx8mm-kontron-osm-s.dtsi21 * There are multiple SoM flavors with different DDR sizes.
/Linux-v6.6/include/linux/
Dnfs_xdr.h741 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS]; member
1257 struct nfs4_secinfo4 flavors[]; member
1268 struct nfs4_secinfo_flavors *flavors; member
/Linux-v6.6/tools/perf/Documentation/
Dperf-c2c.txt283 offset. Its output comes in 3 flavors:
291 User can switch between above flavors with -N option or
/Linux-v6.6/kernel/
DKconfig.preempt109 flavors they offer while still offering different usecases.
/Linux-v6.6/Documentation/core-api/
Dmemory-allocation.rst180 The same rules apply to _bulk and _rcu flavors of freeing functions.
/Linux-v6.6/Documentation/input/
Dinput.rst222 This is driver for all flavors of pointing devices using PS/2
/Linux-v6.6/Documentation/bpf/standardization/
Dinstruction-set.rst274 The division and modulo operations support both unsigned and signed flavors.
386 Note that there are two flavors of ``BPF_JA`` instructions. The
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c572 FLAVORS_CASE(flavors),
/Linux-v6.6/Documentation/RCU/Design/Requirements/
DRequirements.rst2350 fewer than five *flavors*, or API families. In addition, the primary
2352 implementations, non-preemptible and preemptible. The other four flavors
2365 RCU flavors as part of a consolidation of the three flavors into a
2419 other RCU flavors as part of a consolidation of the three flavors into a
2517 Unlike the other RCU flavors, SRCU read-side critical sections can run
2525 Also unlike other RCU flavors, synchronize_srcu() may **not** be
2537 SRCU also differs from other RCU flavors in that SRCU's expedited and
/Linux-v6.6/Documentation/gpu/rfc/
Dxe.rst141 various flavors, error handling and a sample API should be documented here or in
/Linux-v6.6/Documentation/admin-guide/sysctl/
Dnet.rst61 two flavors of JITs, the newer eBPF JIT currently supported on:

12