Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-resolv-conf.c44 stat_inode_same(&st, &own)) in manager_check_resolv_conf()
64 stat_inode_same(st, &own)) in file_is_our_own()
416 if (stat_inode_same(&system_st, &our_st)) in resolv_conf_mode()
/systemd-251/src/basic/
Dstat-util.c205 return stat_inode_same(&a, &b); in files_same()
341 bool stat_inode_same(const struct stat *a, const struct stat *b) { in stat_inode_same() function
364 return stat_inode_same(a, b) && in stat_inode_unmodified()
Dstat-util.h68 bool stat_inode_same(const struct stat *a, const struct stat *b);
Dmountpoint-util.c302 if (stat_inode_same(&a, &b)) in fd_is_mount_point()
Dfd-util.c448 if (!stat_inode_same(&sta, &stb)) in same_fd()
Dfs-util.c859 if (stat_inode_same(&new_stat, &old_stat)) in conservative_renameat()
/systemd-251/src/libsystemd/sd-daemon/
Dsd-daemon.c154 return stat_inode_same(&st_path, &st_fd); in sd_is_fifo()
183 return stat_inode_same(&st_path, &st_fd); in sd_is_special()
430 if (!stat_inode_same(&a, &b)) in sd_is_mq()
/systemd-251/src/coredump/
Dcoredump-vacuum.c171 if (exclude_fd >= 0 && stat_inode_same(&exclude_st, &st)) in coredump_vacuum()
Dcoredump.c724 if (stat_inode_same(&proc_root_stat, &root_stat)) { in get_process_container_parent_cmdline()
/systemd-251/src/libsystemd/sd-device/
Ddevice-monitor.c199 } else if (!stat_inode_same(&a, &b)) in device_monitor_new_full()
/systemd-251/src/shared/
Dmount-util.c819 if (stat_inode_same(&st, &self_mntns_st)) in mount_in_namespace()
/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c1314 if (stat_inode_same(&f->last_stat, &st)) { in add_any_file()