Searched refs:st_link (Results 1 – 1 of 1) sorted by relevance
497 struct stat st, st_link; in swap_process_new() local529 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()