Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomework-luks.c2079 bool trunc; in home_truncate() local
2085 trunc = user_record_luks_discard(h); in home_truncate()
2086 if (!trunc) { in home_truncate()
2092 trunc = true; in home_truncate()
2096 if (trunc) in home_truncate()
2108 return !trunc; /* Return == 0 if we managed to truncate, > 0 if we managed to allocate */ in home_truncate()