Home
last modified time | relevance | path

Searched refs:fstype (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211hdr.h176 #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)
Dp80211netdev.c918 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.4.14/security/tomoyo/
Dmount.c81 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.4.14/tools/testing/selftests/mount/
Dunprivileged-remount-test.c181 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.4.14/security/selinux/ss/
Dpolicydb.c833 kfree(g->fstype); in policydb_destroy()
2022 rc = str_read(&newgenfs->fstype, GFP_KERNEL, fp, len); in genfs_read()
2029 if (strcmp(newgenfs->fstype, genfs->fstype) == 0) { in genfs_read()
2031 newgenfs->fstype); in genfs_read()
2034 if (strcmp(newgenfs->fstype, genfs->fstype) < 0) in genfs_read()
2081 genfs->fstype, c->u.name); in genfs_read()
2101 kfree(newgenfs->fstype); in genfs_read()
3172 len = strlen(genfs->fstype); in genfs_write()
3177 rc = put_entry(genfs->fstype, 1, len, fp); in genfs_write()
Dpolicydb.h201 char *fstype; member
Dservices.c2467 static inline int __security_genfs_sid(const char *fstype, in __security_genfs_sid() argument
2485 cmp = strcmp(fstype, genfs->fstype); in __security_genfs_sid()
2527 int security_genfs_sid(const char *fstype, in security_genfs_sid() argument
2535 retval = __security_genfs_sid(fstype, path, orig_sclass, sid); in security_genfs_sid()
2549 const char *fstype = sb->s_type->name; in security_fs_use() local
2555 if (strcmp(fstype, c->u.name) == 0) in security_fs_use()
2570 rc = __security_genfs_sid(fstype, "/", SECCLASS_DIR, in security_fs_use()
/linux-4.4.14/security/selinux/include/
Dsecurity.h214 int security_genfs_sid(const char *fstype, char *name, u16 sclass,
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c745 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.4.14/Documentation/filesystems/pohmelfs/
Dinfo.txt74 device none mounted on /mnt with fstype pohmel
/linux-4.4.14/fs/
Dnamespace.c2303 static struct vfsmount *fs_set_subtype(struct vfsmount *mnt, const char *fstype) in fs_set_subtype() argument
2306 const char *subtype = strchr(fstype, '.'); in fs_set_subtype()
2376 static int do_new_mount(struct path *path, const char *fstype, int flags, in do_new_mount() argument
2384 if (!fstype) in do_new_mount()
2387 type = get_fs_type(fstype); in do_new_mount()
2412 mnt = fs_set_subtype(mnt, fstype); in do_new_mount()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c199 LUSTRE_RO_ATTR(fstype);
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre192 What: /sys/fs/lustre/llite/<fsname>-<uuid>/fstype