Searched refs:s_type (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Ddir.c183 sd->s_type = type;
186 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) {
336 sd->s_type &= ~CONFIGFS_USET_CREATING;
338 if (child_sd->s_type & CONFIGFS_USET_CREATING)
357 ret = !(sd->s_type & CONFIGFS_USET_CREATING);
479 if (sd->s_type & CONFIGFS_NOT_PINNED) {
518 parent_sd->s_type |= CONFIGFS_USET_DROPPING;
527 (sd->s_type & CONFIGFS_NOT_PINNED))
529 if (sd->s_type & CONFIGFS_USET_DEFAULT) {
531 if (sd->s_type
[all...]
H A Dconfigfs_internal.h38 int s_type; member in struct:configfs_dirent
126 if (sd->s_type & CONFIGFS_ITEM_LINK) {
139 if (!(sd->s_type & CONFIGFS_ROOT)) {
H A Dinode.c232 if (sd->s_type & (CONFIGFS_DIR | CONFIGFS_ITEM_LINK))
235 if (sd->s_type & CONFIGFS_ITEM_ATTR) {
H A Dsymlink.c88 if (target_sd->s_type & CONFIGFS_USET_DROPPING) {
198 if (!(sd->s_type & CONFIGFS_ITEM_LINK))
H A Dmount.c66 .s_type = CONFIGFS_ROOT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dsuper.c187 switch (fs32_to_cpu(sbi, sbd->s_type)) {
189 sbi->s_type = FSTYPE_XENIX;
192 sbi->s_type = FSTYPE_XENIX;
214 type = fs32_to_cpu(sbi, sbd->s_type);
217 sbi->s_type = FSTYPE_AFS;
231 sbi->s_type = FSTYPE_SYSV2;
237 /* On Interactive Unix (ISC) Version 4.0/3.x s_type field = 0x10,
248 sbi->s_type = FSTYPE_SYSV4;
261 sbi->s_type = FSTYPE_COH;
306 char *found = flavour_names[sbi->s_type];
[all...]
H A Dballoc.c34 if (SYSV_SB(sb)->s_type == FSTYPE_SYSV4)
55 if (sbi->s_type == FSTYPE_AFS)
173 if (sbi->s_type == FSTYPE_AFS)
H A Dsysv.h23 int s_type; /* file system type: FSTYPE_{XENIX|SYSV|COH} */ member in struct:sysv_sb_info
H A Dinode.c48 if (sbi->s_type == FSTYPE_SYSV4) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsysv_fs.h51 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member in struct:xenix_super_block
93 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member in struct:sysv4_super_block
121 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member in struct:sysv2_super_block
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dsysv.c57 uint32_t s_type; member in struct:sysv_super
83 uint32_t s_type; member in struct:xenix_super
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dsmt.h793 struct smt_p_0015 s_type ; /* resource type */ member in struct:smt_sba_alc_res
809 struct smt_p_0015 s_type ; /* resource type */ member in struct:smt_sba_alc_req
827 struct smt_p_0015 s_type ; /* resource type */ member in struct:smt_sba_chg
840 struct smt_p_0015 s_type ; /* resource type */ member in struct:smt_sba_rep_req
849 struct smt_p_0015 s_type ; /* resource type */ member in struct:smt_sba_rep_res
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dess.c500 chg->s_type.para.p_type = SMT_P0015 ;
501 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
502 chg->s_type.res_type = SYNC_BW ;
591 req->s_type.para.p_type = SMT_P0015 ;
592 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
593 req->s_type.res_type = SYNC_BW ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_stat.c110 __db_dbtype_to_string(fnp->s_type),
H A Ddbreg.c139 fnp->s_type = dbp->type;
326 DB_ASSERT(env, dbp->type == fnp->s_type);
758 fnp->s_type, fnp->meta_pgno, TXN_INVALID)) != 0) {
932 if (fnp->s_type == DB_UNKNOWN) {
934 fnp->s_type = dbp->type;
960 fnp->s_type, fnp->meta_pgno, fnp->create_txnid);
H A Ddbreg_util.c140 dbtp, &fid_dbt, fnp->id, fnp->s_type, fnp->meta_pgno,
409 fname->ufid, name, fname->s_type, ndx, fname->meta_pgno,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dsuper.c152 if (sbi->s_type != cpu_to_be32(0x3f3f3f3f))
153 seq_printf(seq, ",type=%.4s", (char *)&sbi->s_type);
246 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */
309 if (match_fourchar(&args[0], &hsb->s_type)) {
H A Dhfs_fs.h130 __be32 s_type; /* Type for new files */ member in struct:hfs_sb_info
H A Dcatalog.c59 rec->file.UsrWds.fdType = HFS_SB(inode->i_sb)->s_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb16_csp.c801 unsigned char s_type; /* sample type */ local
834 s_type = 0x00;
836 s_type = 0x11; /* 000n 000n (n = 1 if mono) */
838 s_type |= 0x22; /* 00dX 00dX (d = 1 if 8 bit samples) */
840 if (set_codec_parameter(p->chip, 0x81, s_type)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h42 DBTYPE s_type; /* Saved DB type. */ member in struct:__fname
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dinode.c150 lockdep_set_class(&inode->i_lock, &sb->s_type->i_lock_key);
153 lockdep_set_class(&inode->i_mutex, &sb->s_type->i_mutex_key);
156 lockdep_set_class(&inode->i_alloc_sem, &sb->s_type->i_alloc_sem_key);
659 struct file_system_type *type = inode->i_sb->s_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.c437 return exp_sb(exp)->s_type->fs_flags & FS_REQUIRES_DEV;
675 if (exp_sb(fhp->fh_export)->s_type->fs_flags & FS_REQUIRES_DEV)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Ddo_mounts.c232 current->fs->pwd.mnt->mnt_sb->s_type->name,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dhooks.c369 "xattr support\n", sb->s_id, sb->s_type->name);
378 sb->s_id, sb->s_type->name);
382 sb->s_type->name, -rc);
391 sb->s_id, sb->s_type->name);
394 sb->s_id, sb->s_type->name,
404 if (strncmp(sb->s_type->name, "sysfs", sizeof("sysfs")) == 0)
558 const char *name = sb->s_type->name;
593 if ((sbsec->flags & SE_SBINITIALIZED) && (sb->s_type->fs_flags & FS_BINARY_MOUNTDATA)
668 if (strcmp(sb->s_type->name, "proc") == 0)
672 rc = security_fs_use((sbsec->flags & SE_SBPROC) ? "proc" : sb->s_type
[all...]

Completed in 120 milliseconds

12