Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4namespace.c157 struct nfs4_secinfo_flavors *flavors) in nfs_find_best_sec() argument
163 for (i = 0; i < flavors->num_flavors; i++) { in nfs_find_best_sec()
164 secinfo = &flavors->flavors[i]; in nfs_find_best_sec()
216 struct nfs4_secinfo_flavors *flavors; in nfs4_negotiate_security() local
224 flavors = page_address(page); in nfs4_negotiate_security()
226 err = nfs4_proc_secinfo(inode, name, flavors); in nfs4_negotiate_security()
232 new = nfs_find_best_sec(clnt, NFS_SERVER(inode), flavors); in nfs4_negotiate_security()
Dmount_clnt.c422 rpc_authflavor_t *flavors = res->auth_flavors; in decode_auth_flavors() local
446 flavors[i] = be32_to_cpup(p++); in decode_auth_flavors()
447 dprintk("NFS: auth flavor[%u]: %d\n", i, flavors[i]); in decode_auth_flavors()
Dsuper.c1052 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add()
1056 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add()
1065 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add()
1082 if (auth_info->flavors[i] == match) in nfs_auth_info_match()
1745 flavor = args->auth_info.flavors[0]; in nfs_verify_authflavors()
Dnfs4proc.c3900 server->auth_info.flavors[i]); in nfs4_find_root_sec()
7710 …struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors, bool use_integri… in _nfs4_proc_secinfo() argument
7720 .flavors = flavors, in _nfs4_proc_secinfo()
7762 struct nfs4_secinfo_flavors *flavors) in nfs4_proc_secinfo() argument
7773 err = _nfs4_proc_secinfo(dir, name, flavors, true); in nfs4_proc_secinfo()
7782 err = _nfs4_proc_secinfo(dir, name, flavors, false); in nfs4_proc_secinfo()
9420 struct nfs4_secinfo_flavors *flavors, bool use_integrity) in _nfs41_proc_secinfo_no_name() argument
9426 .flavors = flavors, in _nfs41_proc_secinfo_no_name()
9469 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors) in nfs41_proc_secinfo_no_name() argument
9482 flavors, true); in nfs41_proc_secinfo_no_name()
[all …]
Dnfs4client.c1073 data->selected_flavor = data->auth_info.flavors[0]; in nfs4_init_server()
Dnfs4xdr.c5455 res->flavors->num_flavors = 0; in decode_secinfo_common()
5459 sec_flavor = &res->flavors->flavors[i]; in decode_secinfo_common()
5460 if ((char *)&sec_flavor[1] - (char *)res->flavors > PAGE_SIZE) in decode_secinfo_common()
5473 res->flavors->num_flavors++; in decode_secinfo_common()
/Linux-v5.4/Documentation/RCU/
Dlockdep.txt3 All flavors of RCU have lockdep checking available, so that lockdep is
95 other flavors of rcu_dereference(). On the other hand, it is illegal
Drcubarrier.txt88 module uses multiple flavors of call_rcu(), then it must also use multiple
89 flavors of rcu_barrier() when unloading that module. For example, if
DwhatisRCU.txt338 There are at least three flavors of RCU usage in the Linux kernel. The diagram
341 flavors. However for protection (on the reader side), the primitives used vary
358 These three flavors are used as follows:
Drcu_dereference.txt366 RCU flavors, an RCU read-side critical section is entered
Dstallwarn.txt172 For non-RCU-tasks flavors of RCU, when a CPU detects that it is stalling,
/Linux-v5.4/arch/arc/plat-eznps/
DKconfig16 We handle few flavors:
/Linux-v5.4/tools/perf/Documentation/
Dperf-c2c.txt236 offset. Its output comes in 3 flavors:
243 User can switch between above flavors with -N option or
/Linux-v5.4/Documentation/media/v4l-drivers/
Dtuners.rst9 There are some flavors of Tuner programming APIs.
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c203 FLAVORS_CASE(flavors),
/Linux-v5.4/include/linux/
Dnfs_xdr.h731 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS]; member
1229 struct nfs4_secinfo4 flavors[0]; member
1240 struct nfs4_secinfo_flavors *flavors; member
/Linux-v5.4/Documentation/input/
Dinput.rst222 This is driver for all flavors of pointing devices using PS/2
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dnet.rst60 two flavors of JITs, the newer eBPF JIT currently supported on:
/Linux-v5.4/drivers/acpi/
DKconfig274 by several flavors of cpufreq performance-state, thermal, throttling and
/Linux-v5.4/Documentation/PCI/
Dpci.rst256 Generic flavors of pci_request_region() are request_mem_region()
/Linux-v5.4/Documentation/filesystems/
Dsharedsubtree.txt30 Shared subtree provides four different flavors of mounts; struct vfsmount to be