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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Dconfigfs_internal.h36 int s_type; member in struct:configfs_dirent
113 if (sd->s_type & CONFIGFS_ITEM_LINK) {
126 if (!(sd->s_type & CONFIGFS_ROOT)) {
H A Ddir.c125 sd->s_type = type;
308 if (sd->s_type & CONFIGFS_NOT_PINNED) {
351 if (sd->s_type & CONFIGFS_NOT_PINNED)
353 if (sd->s_type & CONFIGFS_USET_DEFAULT) {
356 sd->s_type |= CONFIGFS_USET_DROPPING;
381 if (sd->s_type & CONFIGFS_USET_DEFAULT) {
384 if (sd->s_type & CONFIGFS_USET_DROPPING) {
385 sd->s_type &= ~CONFIGFS_USET_DROPPING;
406 if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED))
459 !(sd->s_type
[all...]
H A Dmount.c65 .s_type = CONFIGFS_ROOT,
H A Dinode.c201 if (sd->s_type & (CONFIGFS_DIR | CONFIGFS_ITEM_LINK))
204 if (sd->s_type & CONFIGFS_ITEM_ATTR) {
H A Dsymlink.c161 if (!(sd->s_type & CONFIGFS_ITEM_LINK))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dsysfs.h6 int s_type; member in struct:sysfs_dirent
91 if (sd->s_type & SYSFS_KOBJ_LINK) {
104 if (sd->s_type & SYSFS_KOBJ_LINK) {
H A Dmount.c34 .s_type = SYSFS_ROOT,
H A Ddir.c126 sd->s_type = type;
253 if (sd->s_type & SYSFS_KOBJ_BIN_ATTR) {
309 if (sd->s_type & SYSFS_NOT_PINNED) {
315 if (sd->s_type & SYSFS_KOBJ_LINK)
370 if (!sd->s_element || !(sd->s_type & SYSFS_NOT_PINNED))
H A Dinode.c205 switch (sd->s_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsysv_fs.h55 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member in struct:xenix_super_block
97 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member in struct:sysv4_super_block
125 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member in struct:sysv2_super_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dsuper.c129 if (sbi->s_type != cpu_to_be32(0x3f3f3f3f))
130 seq_printf(seq, ",type=%.4s", (char *)&sbi->s_type);
222 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */
285 if (match_fourchar(&args[0], &hsb->s_type)) {
H A Dhfs_fs.h129 __be32 s_type; /* Type for new files */ member in struct:hfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h42 DBTYPE s_type; /* Saved DB type. */ member in struct:__fname
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb16_csp.c821 unsigned char s_type; /* sample type */ local
854 s_type = 0x00;
856 s_type = 0x11; /* 000n 000n (n = 1 if mono) */
858 s_type |= 0x22; /* 00dX 00dX (d = 1 if 8 bit samples) */
860 if (set_codec_parameter(p->chip, 0x81, s_type)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_super.c80 if (!strncmp(sb->s_type->name, "gfs2meta", 8))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts.c280 current->fs->pwdmnt->mnt_sb->s_type->name,

Completed in 86 milliseconds

12