Searched refs:exclude_st (Results 1 – 2 of 2) sorted by relevance
118 struct stat exclude_st; in coredump_vacuum() local125 if (fstat(exclude_fd, &exclude_st) < 0) in coredump_vacuum()171 if (exclude_fd >= 0 && stat_inode_same(&exclude_st, &st)) in coredump_vacuum()
483 struct stat exclude_st = {}; in search_quota() local491 if (exclude_quota_path && stat(exclude_quota_path, &exclude_st) < 0) { in search_quota()515 … if (st.st_dev == exclude_st.st_dev) { /* If an exclude path is specified, then ignore quota in search_quota()