fstype 177 drivers/staging/wlan-ng/p80211hdr.h static inline u16 wlan_ctl_framelen(u16 fstype) fstype 179 drivers/staging/wlan-ng/p80211hdr.h switch (fstype) { fstype 925 drivers/staging/wlan-ng/p80211netdev.c u16 fstype; fstype 929 drivers/staging/wlan-ng/p80211netdev.c fstype = WLAN_GET_FC_FSTYPE(fc); fstype 939 drivers/staging/wlan-ng/p80211netdev.c switch (fstype) { fstype 1001 drivers/staging/wlan-ng/p80211netdev.c switch (fstype) { fstype 1037 drivers/staging/wlan-ng/p80211netdev.c switch (fstype) { fstype 2781 fs/namespace.c static int do_new_mount(struct path *path, const char *fstype, int sb_flags, fstype 2789 fs/namespace.c if (!fstype) fstype 2792 fs/namespace.c type = get_fs_type(fstype); fstype 2797 fs/namespace.c subtype = strchr(fstype, '.'); fstype 134 scripts/selinux/mdp/mdp.c #define FS_USE(behavior, fstype) \ fstype 136 scripts/selinux/mdp/mdp.c behavior, fstype, mls ? ":" SYSTEMLOW : "") fstype 208 scripts/selinux/mdp/mdp.c #define GENFSCON(fstype, prefix) \ fstype 210 scripts/selinux/mdp/mdp.c fstype, prefix, mls ? ":" SYSTEMLOW : "") fstype 516 security/apparmor/mount.c struct file_system_type *fstype; fstype 518 security/apparmor/mount.c fstype = get_fs_type(type); fstype 519 security/apparmor/mount.c if (!fstype) fstype 521 security/apparmor/mount.c binary = fstype->fs_flags & FS_BINARY_MOUNTDATA; fstype 522 security/apparmor/mount.c requires_dev = fstype->fs_flags & FS_REQUIRES_DEV; fstype 523 security/apparmor/mount.c put_filesystem(fstype); fstype 335 security/selinux/include/security.h const char *fstype, char *name, u16 sclass, fstype 800 security/selinux/ss/policydb.c kfree(g->fstype); fstype 1981 security/selinux/ss/policydb.c rc = str_read(&newgenfs->fstype, GFP_KERNEL, fp, len); fstype 1988 security/selinux/ss/policydb.c if (strcmp(newgenfs->fstype, genfs->fstype) == 0) { fstype 1990 security/selinux/ss/policydb.c newgenfs->fstype); fstype 1993 security/selinux/ss/policydb.c if (strcmp(newgenfs->fstype, genfs->fstype) < 0) fstype 2040 security/selinux/ss/policydb.c genfs->fstype, c->u.name); fstype 2060 security/selinux/ss/policydb.c kfree(newgenfs->fstype); fstype 3221 security/selinux/ss/policydb.c len = strlen(genfs->fstype); fstype 3226 security/selinux/ss/policydb.c rc = put_entry(genfs->fstype, 1, len, fp); fstype 206 security/selinux/ss/policydb.h char *fstype; fstype 2669 security/selinux/ss/services.c const char *fstype, fstype 2689 security/selinux/ss/services.c cmp = strcmp(fstype, genfs->fstype); fstype 2732 security/selinux/ss/services.c const char *fstype, fstype 2740 security/selinux/ss/services.c retval = __security_genfs_sid(state, fstype, path, orig_sclass, sid); fstype 2756 security/selinux/ss/services.c const char *fstype = sb->s_type->name; fstype 2765 security/selinux/ss/services.c if (strcmp(fstype, c->u.name) == 0) fstype 2780 security/selinux/ss/services.c rc = __security_genfs_sid(state, fstype, "/", SECCLASS_DIR, fstype 84 security/tomoyo/mount.c struct file_system_type *fstype = NULL; fstype 125 security/tomoyo/mount.c fstype = get_fs_type(type); fstype 126 security/tomoyo/mount.c if (!fstype) { fstype 130 security/tomoyo/mount.c if (fstype->fs_flags & FS_REQUIRES_DEV) fstype 171 security/tomoyo/mount.c if (fstype) fstype 172 security/tomoyo/mount.c put_filesystem(fstype); fstype 66 tools/bpf/bpftool/tracelog.c const char *fstype = "tracefs"; fstype 84 tools/bpf/bpftool/tracelog.c if (strcmp(type, fstype) == 0) { fstype 182 tools/testing/selftests/mount/unprivileged-remount-test.c bool test_unpriv_remount(const char *fstype, const char *mount_options, fstype 216 tools/testing/selftests/mount/unprivileged-remount-test.c if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) { fstype 218 tools/testing/selftests/mount/unprivileged-remount-test.c fstype,