Lines Matching refs:fs
104 struct libmnt_fs *fs; in umount_recursive() local
107 r = mnt_table_next_fs(table, iter, &fs); in umount_recursive()
113 path = mnt_fs_get_target(fs); in umount_recursive()
243 struct libmnt_fs *fs; in bind_remount_recursive_with_mountinfo() local
245 r = mnt_table_next_fs(table, iter, &fs); in bind_remount_recursive_with_mountinfo()
251 path = mnt_fs_get_target(fs); in bind_remount_recursive_with_mountinfo()
258 type = mnt_fs_get_fstype(fs); in bind_remount_recursive_with_mountinfo()
296 opts = mnt_fs_get_vfs_options(fs); in bind_remount_recursive_with_mountinfo()
410 struct libmnt_fs *fs; in bind_remount_one_with_mountinfo() local
444 fs = mnt_table_find_target(table, path, MNT_ITER_FORWARD); in bind_remount_one_with_mountinfo()
445 if (!fs) { in bind_remount_one_with_mountinfo()
452 opts = mnt_fs_get_vfs_options(fs); in bind_remount_one_with_mountinfo()