Searched refs:st_ino (Results 1 - 12 of 12) sorted by relevance

/systemd/src/libsystemd/sd-daemon/
H A Dsd-daemon.c172 st_path.st_ino == st_fd.st_ino;
203 st_path.st_ino == st_fd.st_ino;
397 a.st_ino != b.st_ino)
/systemd/src/basic/
H A Dstat-util.c177 a.st_ino == b.st_ino;
H A Dfd-util.c305 if (sta.st_dev != stb.st_dev || sta.st_ino != stb.st_ino)
H A Drm-rf.c131 if ((flags & REMOVE_SUBVOLUME) && st.st_ino == 256) {
H A Dmount-util.c201 a.st_ino == b.st_ino)
H A Dbtrfs-util.c130 if (!S_ISDIR(st.st_mode) || st.st_ino != 256)
199 if (!S_ISDIR(st.st_mode) || st.st_ino != 256)
238 if (!S_ISDIR(st.st_mode) || st.st_ino != 256)
/systemd/src/resolve/
H A Dresolved-resolv-conf.c65 st.st_ino == own.st_ino)
/systemd/src/coredump/
H A Dcoredump-vacuum.c192 exclude_st.st_ino == st.st_ino)
/systemd/src/journal/
H A Djournald-stream.c150 if (asprintf(&s->state_file, "/run/systemd/journal/streams/%lu:%lu", (unsigned long) st.st_dev, (unsigned long) st.st_ino) < 0)
662 unsigned long st_dev, st_ino; local
667 if (sscanf(de->d_name, "%lu:%lu", &st_dev, &st_ino) != 2)
676 if (S_ISSOCK(st.st_mode) && st.st_dev == st_dev && st.st_ino == st_ino) {
/systemd/src/import/
H A Dexport-tar.c284 if (e->st.st_ino == 256) { /* might be a btrfs subvolume? */
/systemd/src/shared/
H A Dmachine-image.c188 if (st.st_ino == 256) {
728 if (asprintf(&p, "/run/systemd/nspawn/locks/inode-%lu:%lu", (unsigned long) st.st_dev, (unsigned long) st.st_ino) < 0)
/systemd/src/tmpfiles/
H A Dtmpfiles.c1624 mountpoint = s.st_dev != ps.st_dev || s.st_ino == ps.st_ino;

Completed in 2299 milliseconds