Home
last modified time | relevance | path

Searched refs:orig_path (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c261 const char *orig_path = "/dev"; in test_priv_mount_unpriv_remount() local
288 orig_mnt_flags = read_mnt_flags(orig_path); in test_priv_mount_unpriv_remount()
297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount()
300 orig_path, dest_path, strerror(errno)); in test_priv_mount_unpriv_remount()
314 dest_path, orig_path); in test_priv_mount_unpriv_remount()
/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c96 static void walk_path(QOSGraphNode *orig_path, int len) in walk_path() argument
113 char *node_name = orig_path->name, *path_str; in walk_path()
/openbmc/qemu/tests/qtest/
H A Dqos-test.c223 static void walk_path(QOSGraphNode *orig_path, int len) in walk_path() argument
237 char *node_name = orig_path->name, *path_str; in walk_path()
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py198 for orig_path in part.exclude_path or []:
199 path = orig_path
/openbmc/linux/fs/ext4/
H A Dextents.c884 struct ext4_ext_path **orig_path, int flags) in ext4_find_extent() argument
888 struct ext4_ext_path *path = orig_path ? *orig_path : NULL; in ext4_find_extent()
909 *orig_path = path = NULL; in ext4_find_extent()
960 if (orig_path) in ext4_find_extent()
961 *orig_path = path; in ext4_find_extent()
966 if (orig_path) in ext4_find_extent()
967 *orig_path = NULL; in ext4_find_extent()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.3.rst167 - wic/plugins/rootfs: Fix NameError for 'orig_path'