Home
last modified time | relevance | path

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

1234

/linux-6.15/tools/testing/selftests/openat2/
H A Dresolve_test.c139 .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 …]
H A 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()
H A 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()
H A Dhelpers.h42 __u64 resolve; member
H A Dhelpers.c19 return how->resolve != 0; in needs_openat2()
/linux-6.15/tools/testing/selftests/net/lib/py/
H A Dconsts.py6 KSFT_DIR = (Path(__file__).parent / "../../..").resolve()
7 KSRC = (Path(__file__).parent / "../../../../../..").resolve()
/linux-6.15/kernel/locking/
H A Dtest-ww_mutex.c184 bool resolve, trylock; member
206 if (abba->resolve && err == -EDEADLK) { in test_abba_work()
220 static int test_abba(bool trylock, bool resolve) in test_abba() argument
232 abba.resolve = resolve; in test_abba()
248 if (resolve && err == -EDEADLK) { in test_abba()
263 if (resolve) { in test_abba()
/linux-6.15/include/uapi/linux/
H A Dopenat2.h22 __u64 resolve; member
/linux-6.15/tools/net/ynl/pyynl/lib/
H A Dnlspec.py53 up.resolve()
56 def resolve(self): member in SpecElement
370 def resolve(self): member in SpecOperation
483 elem.resolve()
578 def resolve(self): member in SpecFamily
/linux-6.15/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py23 self.test_dir = self.src_path.parent.resolve()
24 self.net_lib_dir = (Path(__file__).parent / "../../../../net/lib").resolve()
31 src_dir = Path(self.src_path).parent.resolve()
H A D__init__.py6 KSFT_DIR = (Path(__file__).parent / "../../../..").resolve()
/linux-6.15/tools/testing/selftests/drivers/net/hw/lib/py/
H A D__init__.py6 KSFT_DIR = (Path(__file__).parent / "../../../../..").resolve()
/linux-6.15/fs/
H A Dopen.c1252 if (how->resolve & ~VALID_RESOLVE_FLAGS) in build_open_flags()
1256 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags()
1334 if (how->resolve & RESOLVE_NO_XDEV) in build_open_flags()
1336 if (how->resolve & RESOLVE_NO_MAGICLINKS) in build_open_flags()
1338 if (how->resolve & RESOLVE_NO_SYMLINKS) in build_open_flags()
1340 if (how->resolve & RESOLVE_BENEATH) in build_open_flags()
1342 if (how->resolve & RESOLVE_IN_ROOT) in build_open_flags()
1344 if (how->resolve & RESOLVE_CACHED) { in build_open_flags()
/linux-6.15/drivers/staging/gpib/
H A DTODO18 - resolve XXX notes where possible
/linux-6.15/tools/perf/Documentation/
H A Djit-interface.txt1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
/linux-6.15/net/atm/
H A Dlec.h46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force, member
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-cnf4.rst16 unable to resolve any signal and 15 indicating maximum level of confidence for
/linux-6.15/Documentation/devicetree/
H A Ddynamic-resolution-notes.rst20 2. Adjust all the local phandles of the tree to resolve by that amount.
/linux-6.15/Documentation/maintainer/
H A 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.15/scripts/
H A Dgenerate_rust_analyzer.py131 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
/linux-6.15/Documentation/kbuild/
H A DKconfig.recursion-issue-0140 # so trivial to resolve, we provide another example below of practical
/linux-6.15/Documentation/admin-guide/mm/
H A 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.15/tools/net/ynl/pyynl/
H A Dcli.py11 sys.path.append(pathlib.Path(__file__).resolve().parent.as_posix())
/linux-6.15/Documentation/power/
H A Ddrivers-testing.rst20 resolve all suspend/resume-related problems in the test system before you start
/linux-6.15/drivers/net/phy/
H A Dphylink.c79 struct work_struct resolve; member
1574 struct phylink *pl = container_of(w, struct phylink, resolve); in phylink_resolve()
1678 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_resolve()
1686 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_run_resolve()
1695 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_run_resolve_and_disable()
1696 flush_work(&pl->resolve); in phylink_run_resolve_and_disable()
1817 INIT_WORK(&pl->resolve, phylink_resolve); in phylink_create()
1900 cancel_work_sync(&pl->resolve); in phylink_destroy()
2308 flush_work(&pl->resolve); in phylink_disconnect_phy()

1234