Searched refs:sfsb (Results 1 – 2 of 2) sorted by relevance
785 struct statfs sfsb; in selinux_restorecon() local894 if (setrestoreconlast && statfs(pathname, &sfsb) == 0) { in selinux_restorecon()895 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon()1152 struct statfs sfsb; in selinux_restorecon_xattr() local1174 if (statfs(pathname, &sfsb) == 0) { in selinux_restorecon_xattr()1175 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()1176 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()1209 if (statfs(ftsent->fts_path, &sfsb) == 0) { in selinux_restorecon_xattr()1210 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()1211 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
1576 struct statfs sfsb; in selinux_android_restorecon_common() local1652 if (statfs(pathname, &sfsb) == 0) { in selinux_android_restorecon_common()1653 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_android_restorecon_common()