Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 95) sorted by relevance

1234

/linux-6.12.1/tools/testing/selftests/openat2/
Dresolve_test.c139 .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 …]
Drename_attack_test.c73 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()
Dopenat2_test.c221 .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()
Dhelpers.h42 __u64 resolve; member
Dhelpers.c19 return how->resolve != 0; in needs_openat2()
/linux-6.12.1/tools/testing/selftests/net/lib/py/
Dconsts.py6 KSFT_DIR = (Path(__file__).parent / "../../..").resolve()
7 KSRC = (Path(__file__).parent / "../../../../../..").resolve()
/linux-6.12.1/kernel/locking/
Dtest-ww_mutex.c182 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.12.1/tools/net/ynl/lib/
Dnlspec.py53 up.resolve()
56 def resolve(self): member in SpecElement
364 def resolve(self): member in SpecOperation
477 elem.resolve()
572 def resolve(self): member in SpecFamily
/linux-6.12.1/include/uapi/linux/
Dopenat2.h22 __u64 resolve; member
/linux-6.12.1/tools/testing/selftests/drivers/net/lib/py/
D__init__.py6 KSFT_DIR = (Path(__file__).parent / "../../../..").resolve()
Denv.py16 src_dir = Path(src_path).parent.resolve()
/linux-6.12.1/tools/testing/selftests/drivers/net/hw/lib/py/
D__init__.py6 KSFT_DIR = (Path(__file__).parent / "../../../../..").resolve()
/linux-6.12.1/fs/
Dopen.c1239 if (how->resolve & ~VALID_RESOLVE_FLAGS) in build_open_flags()
1243 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags()
1321 if (how->resolve & RESOLVE_NO_XDEV) in build_open_flags()
1323 if (how->resolve & RESOLVE_NO_MAGICLINKS) in build_open_flags()
1325 if (how->resolve & RESOLVE_NO_SYMLINKS) in build_open_flags()
1327 if (how->resolve & RESOLVE_BENEATH) in build_open_flags()
1329 if (how->resolve & RESOLVE_IN_ROOT) in build_open_flags()
1331 if (how->resolve & RESOLVE_CACHED) { in build_open_flags()
/linux-6.12.1/tools/perf/Documentation/
Djit-interface.txt1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
/linux-6.12.1/net/atm/
Dlec.h46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force, member
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dpixfmt-cnf4.rst16 unable to resolve any signal and 15 indicating maximum level of confidence for
/linux-6.12.1/Documentation/devicetree/
Ddynamic-resolution-notes.rst20 2. Adjust all the local phandles of the tree to resolve by that amount.
/linux-6.12.1/Documentation/maintainer/
Drebasing-and-merging.rst165 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.12.1/scripts/
Dgenerate_rust_analyzer.py94 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
/linux-6.12.1/Documentation/kbuild/
DKconfig.recursion-issue-0140 # so trivial to resolve, we provide another example below of practical
/linux-6.12.1/Documentation/admin-guide/mm/
Duserfaultfd.rst31 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-6.12.1/Documentation/power/
Ddrivers-testing.rst20 resolve all suspend/resume-related problems in the test system before you start
/linux-6.12.1/drivers/net/phy/
Dphylink.c77 struct work_struct resolve; member
1464 struct phylink *pl = container_of(w, struct phylink, resolve); in phylink_resolve()
1576 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_resolve()
1584 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_run_resolve()
1593 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_run_resolve_and_disable()
1594 flush_work(&pl->resolve); in phylink_run_resolve_and_disable()
1722 INIT_WORK(&pl->resolve, phylink_resolve); in phylink_create()
1796 cancel_work_sync(&pl->resolve); in phylink_destroy()
2153 flush_work(&pl->resolve); in phylink_disconnect_phy()
/linux-6.12.1/Documentation/livepatch/
Dmodule-elf-format.rst41 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.12.1/drivers/net/wireless/intel/iwlegacy/
DKconfig90 as the debug information can assist others in helping you resolve

1234