/linux-6.3-rc2/tools/testing/selftests/openat2/ |
A D | resolve_test.c | 139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 288 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 293 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 298 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 367 .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests() 377 .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests() 419 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 423 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 427 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 431 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() [all …]
|
A D | rename_attack_test.c | 73 const char *flagname(int resolve) in flagname() argument 75 switch (resolve) { in flagname() 84 void test_rename_attack(int resolve) in test_rename_attack() argument 93 .resolve = resolve, in test_rename_attack() 97 how.resolve = 0; in test_rename_attack() 140 flagname(resolve), ROUNDS, escapes); in test_rename_attack()
|
A D | openat2_test.c | 220 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags() 226 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 229 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 232 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 235 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 240 .how.resolve = 0, .err = -EINVAL }, in test_openat2_flags()
|
A D | helpers.h | 42 __u64 resolve; member
|
A D | helpers.c | 19 return how->resolve != 0; in needs_openat2()
|
/linux-6.3-rc2/tools/net/ynl/lib/ |
A D | nlspec.py | 53 up.resolve() 56 def resolve(self): member in SpecElement 251 def resolve(self): member in SpecOperation 324 elem.resolve() 389 def resolve(self): member in SpecFamily
|
/linux-6.3-rc2/kernel/locking/ |
A D | test-ww_mutex.c | 182 bool resolve, trylock; member 204 if (abba->resolve && err == -EDEADLK) { in test_abba_work() 218 static int test_abba(bool trylock, bool resolve) in test_abba() argument 230 abba.resolve = resolve; in test_abba() 246 if (resolve && err == -EDEADLK) { in test_abba() 261 if (resolve) { in test_abba()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | openat2.h | 22 __u64 resolve; member
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | openat2.h | 22 __u64 resolve; member
|
/linux-6.3-rc2/fs/ |
A D | open.c | 1180 if (how->resolve & ~VALID_RESOLVE_FLAGS) in build_open_flags() 1184 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags() 1254 if (how->resolve & RESOLVE_NO_XDEV) in build_open_flags() 1256 if (how->resolve & RESOLVE_NO_MAGICLINKS) in build_open_flags() 1258 if (how->resolve & RESOLVE_NO_SYMLINKS) in build_open_flags() 1260 if (how->resolve & RESOLVE_BENEATH) in build_open_flags() 1262 if (how->resolve & RESOLVE_IN_ROOT) in build_open_flags() 1264 if (how->resolve & RESOLVE_CACHED) { in build_open_flags()
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | jit-interface.txt | 1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
|
/linux-6.3-rc2/net/atm/ |
A D | lec.h | 46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force, member
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | pixfmt-cnf4.rst | 16 unable to resolve any signal and 15 indicating maximum level of confidence for
|
/linux-6.3-rc2/scripts/ |
A D | generate_rust_analyzer.py | 82 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
|
/linux-6.3-rc2/Documentation/devicetree/ |
A D | dynamic-resolution-notes.rst | 20 2. Adjust all the local phandles of the tree to resolve by that amount.
|
/linux-6.3-rc2/Documentation/maintainer/ |
A D | rebasing-and-merging.rst | 165 maintainer merges with the upstream in order to resolve merge conflicts 179 how you would resolve things. Mention that branch in your pull request, 188 resolve dependencies. These dependency issues do happen at times, and 189 sometimes a cross-merge with another tree is the best way to resolve them; 195 needed. Merging another subsystem tree to resolve a dependency risks
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | Kconfig.recursion-issue-01 | 40 # so trivial to resolve, we provide another example below of practical
|
/linux-6.3-rc2/drivers/net/phy/ |
A D | phylink.c | 73 struct work_struct resolve; member 1287 struct phylink *pl = container_of(w, struct phylink, resolve); in phylink_resolve() 1406 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_resolve() 1414 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_run_resolve() 1423 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_run_resolve_and_disable() 1424 flush_work(&pl->resolve); in phylink_run_resolve_and_disable() 1511 INIT_WORK(&pl->resolve, phylink_resolve); in phylink_create() 1584 cancel_work_sync(&pl->resolve); in phylink_destroy() 1862 flush_work(&pl->resolve); in phylink_disconnect_phy()
|
/linux-6.3-rc2/Documentation/power/ |
A D | drivers-testing.rst | 20 resolve all suspend/resume-related problems in the test system before you start
|
/linux-6.3-rc2/Documentation/livepatch/ |
A D | module-elf-format.rst | 41 since the kernel module loader cannot resolve them and will therefore 46 module Elf output. Using these dynrela sections, livepatch could resolve 238 that the module loader can identify them and not attempt to resolve them.
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | userfaultfd.rst | 31 resolve the userfaults it receives via 1) or to manage the virtual 126 ``uffdio_register.ioctls`` bitmask of ioctls that are suitable to resolve 140 There are three basic ways to resolve userfaults: 158 like to do to resolve it:
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/intel/ |
A D | ixgb.rst | 389 cable assembly may resolve the issue. 395 (1 m or shorter). If this situation occurs, using a longer cable may resolve 401 this situation occurs, using a different cable assembly may resolve the issue. 453 "ethtool -K eth0 tso off" may resolve the problem.
|
/linux-6.3-rc2/io_uring/ |
A D | openclose.c | 120 resolve_nonblock = open->how.resolve & RESOLVE_CACHED; in io_openat2()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/ |
A D | Kconfig | 90 as the debug information can assist others in helping you resolve
|
/linux-6.3-rc2/kernel/bpf/ |
A D | btf.c | 2414 .resolve = btf_df_resolve, 2747 .resolve = btf_ptr_resolve, 2788 .resolve = btf_df_resolve, 3039 .resolve = btf_array_resolve, 4014 .resolve = btf_struct_resolve, 4182 .resolve = btf_df_resolve, 4285 .resolve = btf_df_resolve, 4363 .resolve = btf_df_resolve, 4421 .resolve = btf_func_resolve, 4485 .resolve = btf_var_resolve, [all …]
|