| /linux/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | 139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 163 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 167 .path = "root", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() [all …]
|
| H 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()
|
| H A D | openat2_test.c | 221 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags() 227 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 230 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 233 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 236 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 241 .how.resolve = 0, .err = -EINVAL }, in test_openat2_flags()
|
| H A D | helpers.h | 42 __u64 resolve; member
|
| H A D | helpers.c | 19 return how->resolve != 0; in needs_openat2()
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | consts.py | 6 KSFT_DIR = (Path(__file__).parent / "../../..").resolve() 7 KSRC = (Path(__file__).parent / "../../../../../..").resolve()
|
| /linux/kernel/locking/ |
| H A D | test-ww_mutex.c | 186 bool resolve, trylock; member 208 if (abba->resolve && err == -EDEADLK) { in test_abba_work() 222 static int test_abba(struct ww_class *class, bool trylock, bool resolve) in test_abba() argument 235 abba.resolve = resolve; in test_abba() 251 if (resolve && err == -EDEADLK) { in test_abba() 266 if (resolve) { in test_abba()
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | env.py | 23 self.test_dir = self.src_path.parent.resolve() 24 self.net_lib_dir = (Path(__file__).parent / "../../../../net/lib").resolve() 34 src_dir = Path(self.src_path).parent.resolve() 169 # resolve remote interface name 228 raise Exception("Can't resolve remote interface name, v4 and v6 don't match") 230 raise Exception("Can't resolve remote interface name, multiple interfaces match")
|
| H A D | __init__.py | 14 KSFT_DIR = (Path(__file__).parent / "../../../..").resolve()
|
| /linux/include/uapi/linux/ |
| H A D | openat2.h | 22 __u64 resolve; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | openat2.h | |
| /linux/drivers/gpib/ |
| H A D | TODO | 7 - resolve XXX notes where possible
|
| /linux/io_uring/ |
| H A D | openclose.c | 91 bctx->open.resolve = open->how.resolve; in io_openat_bpf_populate() 137 resolve_nonblock = open->how.resolve & RESOLVE_CACHED; in io_openat2()
|
| /linux/tools/perf/Documentation/ |
| H A D | jit-interface.txt | 1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
|
| /linux/net/atm/ |
| H A D | lec.h | 46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force, member
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | __init__.py | 14 KSFT_DIR = (Path(__file__).parent / "../../../../..").resolve()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-cnf4.rst | 17 unable to resolve any signal and 15 indicating maximum level of confidence for
|
| /linux/Documentation/maintainer/ |
| H 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/Documentation/devicetree/ |
| H A D | dynamic-resolution-notes.rst | 20 2. Adjust all the local phandles of the tree to resolve by that amount.
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdrgen | 16 _XDRGEN_DIR = Path(__file__).resolve().parent
|
| /linux/scripts/ |
| H A D | generate_rust_analyzer.py | 99 # here is important for ensuring that rust-analyzer can resolve symbols. The sources of truth 178 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | userfaultfd.rst | 31 resolve the userfaults it receives via 1) or to manage the virtual 129 ``uffdio_register.ioctls`` bitmask of ioctls that are suitable to resolve 143 There are three basic ways to resolve userfaults: 161 like to do to resolve it: 279 flag ``UFFDIO_WRITEPROTECT_MODE_WP`` set. Trying to resolve a page fault 289 take to "resolve" it is to issue a ``UFFDIO_POISON``. This will cause any
|
| /linux/Documentation/kbuild/ |
| H A D | Kconfig.recursion-issue-01 | 40 # so trivial to resolve, we provide another example below of practical
|
| /linux/drivers/net/phy/ |
| H A D | phylink.c | 75 struct work_struct resolve; member 1610 struct phylink *pl = container_of(w, struct phylink, resolve); in phylink_resolve() 1719 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_resolve() 1730 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_run_resolve() 1739 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_run_resolve_and_disable() 1740 flush_work(&pl->resolve); in phylink_run_resolve_and_disable() 1862 INIT_WORK(&pl->resolve, phylink_resolve); in phylink_create() 1945 cancel_work_sync(&pl->resolve); in phylink_destroy() 2360 flush_work(&pl->resolve); in phylink_disconnect_phy() 4412 flush_work(&pl->resolve); in phylink_replay_link_end()
|
| /linux/Documentation/power/ |
| H A D | drivers-testing.rst | 20 resolve all suspend/resume-related problems in the test system before you start
|