/Linux-v4.19/security/tomoyo/ |
D | mount.c | 82 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/ |
D | p80211hdr.h | 177 static inline u16 wlan_ctl_framelen(u16 fstype) in wlan_ctl_framelen() argument 179 switch (fstype) { in wlan_ctl_framelen()
|
D | p80211netdev.c | 925 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/ |
D | mount.c | 519 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/ |
D | unprivileged-remount-test.c | 182 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/ |
D | proc.py | 184 fstype = superblock['s_type']['name'].string() 193 fstype,
|
/Linux-v4.19/security/selinux/ss/ |
D | policydb.c | 839 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()
|
D | policydb.h | 210 char *fstype; member
|
D | services.c | 2682 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/ |
D | inode.c | 763 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/ |
D | security.h | 331 const char *fstype, char *name, u16 sclass,
|
/Linux-v4.19/fs/ |
D | namespace.c | 2370 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/ |
D | info.txt | 74 device none mounted on /mnt with fstype pohmel
|