Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dswap.c497 struct stat st, st_link; in swap_process_new() local
529 if (stat(devlink, &st_link) >= 0 && in swap_process_new()
530 (!S_ISBLK(st_link.st_mode) || in swap_process_new()
531 st_link.st_rdev != st.st_rdev)) in swap_process_new()