Searched refs:stat_inode_same (Results 1 – 12 of 12) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-resolv-conf.c | 44 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/ |
D | stat-util.c | 205 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()
|
D | stat-util.h | 68 bool stat_inode_same(const struct stat *a, const struct stat *b);
|
D | mountpoint-util.c | 302 if (stat_inode_same(&a, &b)) in fd_is_mount_point()
|
D | fd-util.c | 448 if (!stat_inode_same(&sta, &stb)) in same_fd()
|
D | fs-util.c | 859 if (stat_inode_same(&new_stat, &old_stat)) in conservative_renameat()
|
/systemd-251/src/libsystemd/sd-daemon/ |
D | sd-daemon.c | 154 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/ |
D | coredump-vacuum.c | 171 if (exclude_fd >= 0 && stat_inode_same(&exclude_st, &st)) in coredump_vacuum()
|
D | coredump.c | 724 if (stat_inode_same(&proc_root_stat, &root_stat)) { in get_process_container_parent_cmdline()
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-monitor.c | 199 } else if (!stat_inode_same(&a, &b)) in device_monitor_new_full()
|
/systemd-251/src/shared/ |
D | mount-util.c | 819 if (stat_inode_same(&st, &self_mntns_st)) in mount_in_namespace()
|
/systemd-251/src/libsystemd/sd-journal/ |
D | sd-journal.c | 1314 if (stat_inode_same(&f->last_stat, &st)) { in add_any_file()
|