Home
last modified time | relevance | path

Searched refs:match_mount_point (Results 1 – 2 of 2) sorted by last modified time

/dports/net/cloud-init/cloud-init-21.4/cloudinit/
H A Dutil.py2234 match_mount_point = None
2287 match_mount_point = mount_point
2292 if devpth and fs_type and match_mount_point and mount_options:
2293 return (devpth, fs_type, match_mount_point, mount_options)
2295 if devpth and fs_type and match_mount_point:
2296 return (devpth, fs_type, match_mount_point)
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Ddiskspace.c190 static alpm_mountpoint_t *match_mount_point(const alpm_list_t *mount_points, in match_mount_point() function
253 mp = match_mount_point(mount_points, path); in calculate_removed_size()
312 mp = match_mount_point(mount_points, path); in calculate_installed_size()
383 cachedir_mp = match_mount_point(mount_points, cachedir); in _alpm_check_downloadspace()
436 root_mp = match_mount_point(mount_points, handle->root); in _alpm_check_diskspace()