Searched refs:orig_path (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 260 const char *orig_path = "/dev"; test_priv_mount_unpriv_remount() local 287 orig_mnt_flags = read_mnt_flags(orig_path); test_priv_mount_unpriv_remount() 296 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); test_priv_mount_unpriv_remount() 299 orig_path, dest_path, strerror(errno)); test_priv_mount_unpriv_remount() 313 dest_path, orig_path); test_priv_mount_unpriv_remount()
|
/linux-4.4.14/fs/ext4/ |
H A D | extents.c | 861 struct ext4_ext_path **orig_path, int flags) ext4_find_extent() 865 struct ext4_ext_path *path = orig_path ? *orig_path : NULL; ext4_find_extent() 876 *orig_path = path = NULL; ext4_find_extent() 938 if (orig_path) ext4_find_extent() 939 *orig_path = NULL; ext4_find_extent() 860 ext4_find_extent(struct inode *inode, ext4_lblk_t block, struct ext4_ext_path **orig_path, int flags) ext4_find_extent() argument
|
Completed in 132 milliseconds