Searched refs:mount_point (Results 1 – 2 of 2) sorted by relevance
50 mount_point=$151 base=$(basename "$mount_point")57 parent_dir=$(dirname "$mount_point")
1013 get_dev (char const *device, char const *mount_point, char const *file, in get_dev() argument1030 if (!force_fsu && mount_point && ! IS_ABSOLUTE_FILE_NAME (mount_point)) in get_dev()1038 stat_file = mount_point ? mount_point : device; in get_dev()1240 if (STRNCMP_LIT (mount_point, "/auto/") == 0) in get_dev()1241 mount_point += 5; in get_dev()1242 else if (STRNCMP_LIT (mount_point, "/tmp_mnt/") == 0) in get_dev()1243 mount_point += 8; in get_dev()1245 cell = xstrdup (mount_point); in get_dev()