Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dmount.c82 struct file_system_type *fstype = NULL; in tomoyo_mount_acl() local
122 fstype = get_fs_type(type); in tomoyo_mount_acl()
123 if (!fstype) { in tomoyo_mount_acl()
127 if (fstype->fs_flags & FS_REQUIRES_DEV) in tomoyo_mount_acl()
168 if (fstype) in tomoyo_mount_acl()
169 put_filesystem(fstype); in tomoyo_mount_acl()
/Linux-v4.19/drivers/staging/wlan-ng/
Dp80211hdr.h177 static inline u16 wlan_ctl_framelen(u16 fstype) in wlan_ctl_framelen() argument
179 switch (fstype) { in wlan_ctl_framelen()
Dp80211netdev.c925 u16 fstype; in p80211_rx_typedrop() local
929 fstype = WLAN_GET_FC_FSTYPE(fc); in p80211_rx_typedrop()
932 ftype, fstype); in p80211_rx_typedrop()
943 switch (fstype) { in p80211_rx_typedrop()
1005 switch (fstype) { in p80211_rx_typedrop()
1041 switch (fstype) { in p80211_rx_typedrop()
/Linux-v4.19/security/apparmor/
Dmount.c519 struct file_system_type *fstype; in aa_new_mount() local
521 fstype = get_fs_type(type); in aa_new_mount()
522 if (!fstype) in aa_new_mount()
524 binary = fstype->fs_flags & FS_BINARY_MOUNTDATA; in aa_new_mount()
525 requires_dev = fstype->fs_flags & FS_REQUIRES_DEV; in aa_new_mount()
526 put_filesystem(fstype); in aa_new_mount()
/Linux-v4.19/tools/testing/selftests/mount/
Dunprivileged-remount-test.c182 bool test_unpriv_remount(const char *fstype, const char *mount_options, in test_unpriv_remount() argument
216 if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) { in test_unpriv_remount()
218 fstype, in test_unpriv_remount()
/Linux-v4.19/scripts/gdb/linux/
Dproc.py184 fstype = superblock['s_type']['name'].string()
193 fstype,
/Linux-v4.19/security/selinux/ss/
Dpolicydb.c839 kfree(g->fstype); in policydb_destroy()
2019 rc = str_read(&newgenfs->fstype, GFP_KERNEL, fp, len); in genfs_read()
2026 if (strcmp(newgenfs->fstype, genfs->fstype) == 0) { in genfs_read()
2028 newgenfs->fstype); in genfs_read()
2031 if (strcmp(newgenfs->fstype, genfs->fstype) < 0) in genfs_read()
2078 genfs->fstype, c->u.name); in genfs_read()
2098 kfree(newgenfs->fstype); in genfs_read()
3243 len = strlen(genfs->fstype); in genfs_write()
3248 rc = put_entry(genfs->fstype, 1, len, fp); in genfs_write()
Dpolicydb.h210 char *fstype; member
Dservices.c2682 const char *fstype, in __security_genfs_sid() argument
2702 cmp = strcmp(fstype, genfs->fstype); in __security_genfs_sid()
2745 const char *fstype, in security_genfs_sid() argument
2753 retval = __security_genfs_sid(state, fstype, path, orig_sclass, sid); in security_genfs_sid()
2769 const char *fstype = sb->s_type->name; in security_fs_use() local
2778 if (strcmp(fstype, c->u.name) == 0) in security_fs_use()
2793 rc = __security_genfs_sid(state, fstype, "/", SECCLASS_DIR, in security_fs_use()
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dinode.c763 spufs_mount(struct file_system_type *fstype, int flags, in spufs_mount() argument
766 return mount_single(fstype, flags, data, spufs_fill_super); in spufs_mount()
/Linux-v4.19/security/selinux/include/
Dsecurity.h331 const char *fstype, char *name, u16 sclass,
/Linux-v4.19/fs/
Dnamespace.c2370 static struct vfsmount *fs_set_subtype(struct vfsmount *mnt, const char *fstype) in fs_set_subtype() argument
2373 const char *subtype = strchr(fstype, '.'); in fs_set_subtype()
2443 static int do_new_mount(struct path *path, const char *fstype, int sb_flags, in do_new_mount() argument
2450 if (!fstype) in do_new_mount()
2453 type = get_fs_type(fstype); in do_new_mount()
2460 mnt = fs_set_subtype(mnt, fstype); in do_new_mount()
/Linux-v4.19/Documentation/filesystems/pohmelfs/
Dinfo.txt74 device none mounted on /mnt with fstype pohmel