/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211hdr.h | 176 #define WLAN_CTL_FRAMELEN(fstype) (\ argument 177 (fstype) == WLAN_FSTYPE_BLOCKACKREQ ? 24 : \ 178 (fstype) == WLAN_FSTYPE_BLOCKACK ? 152 : \ 179 (fstype) == WLAN_FSTYPE_PSPOLL ? 20 : \ 180 (fstype) == WLAN_FSTYPE_RTS ? 20 : \ 181 (fstype) == WLAN_FSTYPE_CTS ? 14 : \ 182 (fstype) == WLAN_FSTYPE_ACK ? 14 : \ 183 (fstype) == WLAN_FSTYPE_CFEND ? 20 : \ 184 (fstype) == WLAN_FSTYPE_CFENDCFACK ? 20 : 4)
|
D | p80211netdev.c | 918 u16 fstype; in p80211_rx_typedrop() local 922 fstype = WLAN_GET_FC_FSTYPE(fc); in p80211_rx_typedrop() 925 ftype, fstype); in p80211_rx_typedrop() 936 switch (fstype) { in p80211_rx_typedrop() 998 switch (fstype) { in p80211_rx_typedrop() 1034 switch (fstype) { in p80211_rx_typedrop()
|
/linux-4.1.27/tools/lib/api/fs/ |
D | findfs.c | 25 const char *find_mountpoint(const char *fstype, long magic, in find_mountpoint() argument 54 if (strcmp(type, fstype) == 0) in find_mountpoint() 59 if (strcmp(type, fstype) != 0) in find_mountpoint()
|
D | findfs.h | 17 const char *find_mountpoint(const char *fstype, long magic,
|
/linux-4.1.27/security/tomoyo/ |
D | mount.c | 81 struct file_system_type *fstype = NULL; in tomoyo_mount_acl() local 121 fstype = get_fs_type(type); in tomoyo_mount_acl() 122 if (!fstype) { in tomoyo_mount_acl() 126 if (fstype->fs_flags & FS_REQUIRES_DEV) in tomoyo_mount_acl() 167 if (fstype) in tomoyo_mount_acl() 168 put_filesystem(fstype); in tomoyo_mount_acl()
|
/linux-4.1.27/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 181 bool test_unpriv_remount(const char *fstype, const char *mount_options, in test_unpriv_remount() argument 215 if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) { in test_unpriv_remount() 217 fstype, in test_unpriv_remount()
|
/linux-4.1.27/security/selinux/include/ |
D | security.h | 183 int security_genfs_sid(const char *fstype, char *name, u16 sclass,
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.c | 828 kfree(g->fstype); in policydb_destroy() 2017 rc = str_read(&newgenfs->fstype, GFP_KERNEL, fp, len); in genfs_read() 2024 if (strcmp(newgenfs->fstype, genfs->fstype) == 0) { in genfs_read() 2026 newgenfs->fstype); in genfs_read() 2029 if (strcmp(newgenfs->fstype, genfs->fstype) < 0) in genfs_read() 2076 genfs->fstype, c->u.name); in genfs_read() 2096 kfree(newgenfs->fstype); in genfs_read() 3167 len = strlen(genfs->fstype); in genfs_write() 3172 rc = put_entry(genfs->fstype, 1, len, fp); in genfs_write()
|
D | services.c | 2292 static inline int __security_genfs_sid(const char *fstype, in __security_genfs_sid() argument 2310 cmp = strcmp(fstype, genfs->fstype); in __security_genfs_sid() 2352 int security_genfs_sid(const char *fstype, in security_genfs_sid() argument 2360 retval = __security_genfs_sid(fstype, path, orig_sclass, sid); in security_genfs_sid() 2374 const char *fstype = sb->s_type->name; in security_fs_use() local 2380 if (strcmp(fstype, c->u.name) == 0) in security_fs_use() 2395 rc = __security_genfs_sid(fstype, "/", SECCLASS_DIR, in security_fs_use()
|
D | policydb.h | 201 char *fstype; member
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 745 spufs_mount(struct file_system_type *fstype, int flags, in spufs_mount() argument 748 return mount_single(fstype, flags, data, spufs_fill_super); in spufs_mount()
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | info.txt | 74 device none mounted on /mnt with fstype pohmel
|
/linux-4.1.27/fs/ |
D | namespace.c | 2292 static struct vfsmount *fs_set_subtype(struct vfsmount *mnt, const char *fstype) in fs_set_subtype() argument 2295 const char *subtype = strchr(fstype, '.'); in fs_set_subtype() 2365 static int do_new_mount(struct path *path, const char *fstype, int flags, in do_new_mount() argument 2373 if (!fstype) in do_new_mount() 2376 type = get_fs_type(fstype); in do_new_mount() 2403 mnt = fs_set_subtype(mnt, fstype); in do_new_mount()
|