Lines Matching refs:stat
28 struct stat info; in is_symlink()
39 struct stat st; in is_dir()
45 r = stat(path, &st); in is_dir()
55 struct stat st; in is_dir_fd()
64 struct stat info; in is_device_node()
127 bool null_or_empty(struct stat *st) { in null_or_empty()
143 struct stat st; in null_or_empty_path_with_root()
163 struct stat st; in null_or_empty_fd()
194 struct stat a, b; in files_same()
277 int stat_verify_regular(const struct stat *st) { in stat_verify_regular()
296 struct stat st; in fd_verify_regular()
306 int stat_verify_directory(const struct stat *st) { in stat_verify_directory()
319 struct stat st; in fd_verify_directory()
341 bool stat_inode_same(const struct stat *a, const struct stat *b) { in stat_inode_same()
353 bool stat_inode_unmodified(const struct stat *a, const struct stat *b) { in stat_inode_unmodified()
373 struct stat st; in statx_fallback()