Home
last modified time | relevance | path

Searched refs:s_type (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/fs/sysv/
Dsuper.c187 if (sbd->s_type > 2 || sbd->s_type < 1) in detect_xenix()
190 return sbd->s_type; in detect_xenix()
214 return sbd->s_type; in detect_sysv()
219 if (sbd->s_type > 3 || sbd->s_type < 1) in detect_sysv()
222 return sbd->s_type; in detect_sysv()
224 if ((sbd->s_type > 3 || sbd->s_type < 1) && in detect_sysv()
225 (sbd->s_type > 0x30 || sbd->s_type < 0x10)) in detect_sysv()
233 if (sbd->s_type >= 0x10) { in detect_sysv()
240 return sbd->s_type >= 0x10 ? (sbd->s_type >> 4) : sbd->s_type; in detect_sysv()
DINTRO110 long s_type;
115 long s_type;
DCHANGES44 Added detection of expanded s_type field (0x10,
/linux-2.4.37.9/drivers/net/skfp/h/
Dsmt.h800 struct smt_p_0015 s_type ; /* resource type */ member
816 struct smt_p_0015 s_type ; /* resource type */ member
834 struct smt_p_0015 s_type ; /* resource type */ member
847 struct smt_p_0015 s_type ; /* resource type */ member
856 struct smt_p_0015 s_type ; /* resource type */ member
/linux-2.4.37.9/include/linux/
Dsysv_fs_sb.h14 int s_type; /* file system type: FSTYPE_{XENIX|SYSV|COH} */ member
56 #define sv_type u.sysv_sb.s_type
Dsysv_fs.h89 s32 s_type; /* type of file system: 1 for 512 byte blocks member
130 s32 s_type; /* type of file system: 1 for 512 byte blocks member
158 s32 s_type; /* type of file system: 1 for 512 byte blocks member
Dhfs_fs_sb.h44 __u32 s_type; /* Type for new files */ member
Dfs.h752 struct file_system_type *s_type; member
/linux-2.4.37.9/drivers/net/skfp/
Dess.c514 chg->s_type.para.p_type = SMT_P0015 ;
515 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
516 chg->s_type.res_type = SYNC_BW ;
608 req->s_type.para.p_type = SMT_P0015 ;
609 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
610 req->s_type.res_type = SYNC_BW ;
/linux-2.4.37.9/fs/
Dsuper.c376 s->s_type = type; in insert_super()
401 struct file_system_type *fs = s->s_type; in remove_super()
712 if (old->s_type != fs_type || in get_sb_bdev()
830 struct file_system_type *fs = sb->s_type; in kill_super()
Dnamespace.c228 mangle(m, mnt->mnt_sb->s_type->name); in show_vfsmnt()
Dnamei.c1856 if (!(old_dir->i_sb->s_type->fs_flags & FS_ODD_RENAME)) { in vfs_rename_other()
/linux-2.4.37.9/fs/hfs/
Dsuper.c172 hsb->s_type = 0x3f3f3f3f; /* == '????' */ in parse_options()
239 hsb->s_type = hfs_get_nl(value); in parse_options()
Ddir.c181 HFS_SB(dir->i_sb)->s_type, in hfs_create()
/linux-2.4.37.9/fs/intermezzo/
Dsuper.c128 if (strcmp(sb->s_type->name, "intermezzo") == 0) in presto_options()
Dvfs.c1945 if (!(old_dir->i_sb->s_type->fs_flags & FS_ODD_RENAME)) { in presto_rename_other()
/linux-2.4.37.9/arch/sparc64/solaris/
Dfs.c417 const char *p = mnt->mnt_sb->s_type->name; in report_statvfs()
451 const char *p = mnt->mnt_sb->s_type->name; in report_statvfs64()
/linux-2.4.37.9/init/
Ddo_mounts.c391 current->fs->pwdmnt->mnt_sb->s_type->name, in mount_block_root()
/linux-2.4.37.9/fs/nfsd/
Dexport.c265 if (!((inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) in exp_export()