Searched refs:f_type (Results 1 - 8 of 8) sorted by relevance

/systemd/src/basic/
H A Dstat-util.h54 /* The .f_type field of struct statfs is really weird defined on
56 typedef typeof(((struct statfs*)NULL)->f_type) statfs_f_type_t;
H A Dstat-util.c182 assert_cc(sizeof(statfs_f_type_t) >= sizeof(s->f_type));
184 return F_TYPE_EQUAL(s->f_type, magic_value);
H A Dcgroup-util.c2132 if (F_TYPE_EQUAL(fs.f_type, CGROUP_SUPER_MAGIC))
2134 else if (F_TYPE_EQUAL(fs.f_type, TMPFS_MAGIC))
H A Dbtrfs-util.c117 return F_TYPE_EQUAL(sfs.f_type, BTRFS_SUPER_MAGIC);
/systemd/src/shared/
H A Dmachine-pool.c71 return F_TYPE_EQUAL(sfs.f_type, BTRFS_SUPER_MAGIC);
/systemd/src/journal/
H A Dsd-journal.c1191 F_TYPE_EQUAL(sfs.f_type, CIFS_MAGIC_NUMBER) ||
1192 F_TYPE_EQUAL(sfs.f_type, CODA_SUPER_MAGIC) ||
1193 F_TYPE_EQUAL(sfs.f_type, NCP_SUPER_MAGIC) ||
1194 F_TYPE_EQUAL(sfs.f_type, NFS_SUPER_MAGIC) ||
1195 F_TYPE_EQUAL(sfs.f_type, SMB_SUPER_MAGIC);
/systemd/src/gpt-auto-generator/
H A Dgpt-auto-generator.c834 if (F_TYPE_EQUAL(sfs.f_type, BTRFS_SUPER_MAGIC))
/systemd/src/boot/
H A Dbootctl.c60 if (sfs.f_type != 0x4d44) {

Completed in 38 milliseconds