Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py198 for orig_path in part.exclude_path or []:
199 path = orig_path
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents.c876 struct ext4_ext_path **orig_path, int flags) in ext4_find_extent() argument
880 struct ext4_ext_path *path = orig_path ? *orig_path : NULL; in ext4_find_extent()
901 *orig_path = path = NULL; in ext4_find_extent()
957 if (orig_path) in ext4_find_extent()
958 *orig_path = NULL; in ext4_find_extent()
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.3.rst165 - wic/plugins/rootfs: Fix NameError for 'orig_path'