Searched refs:f_type (Results 1 - 8 of 8) sorted by relevance
| /systemd/src/basic/ |
| H A D | stat-util.h | 54 /* 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 D | stat-util.c | 182 assert_cc(sizeof(statfs_f_type_t) >= sizeof(s->f_type)); 184 return F_TYPE_EQUAL(s->f_type, magic_value);
|
| H A D | cgroup-util.c | 2132 if (F_TYPE_EQUAL(fs.f_type, CGROUP_SUPER_MAGIC)) 2134 else if (F_TYPE_EQUAL(fs.f_type, TMPFS_MAGIC))
|
| H A D | btrfs-util.c | 117 return F_TYPE_EQUAL(sfs.f_type, BTRFS_SUPER_MAGIC);
|
| /systemd/src/shared/ |
| H A D | machine-pool.c | 71 return F_TYPE_EQUAL(sfs.f_type, BTRFS_SUPER_MAGIC);
|
| /systemd/src/journal/ |
| H A D | sd-journal.c | 1191 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 D | gpt-auto-generator.c | 834 if (F_TYPE_EQUAL(sfs.f_type, BTRFS_SUPER_MAGIC))
|
| /systemd/src/boot/ |
| H A D | bootctl.c | 60 if (sfs.f_type != 0x4d44) {
|
Completed in 43 milliseconds