Searched refs:d_type (Results 1 - 25 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddirent.h8 unsigned char d_type; member in struct:linux_dirent64
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/contrib/
H A Dultrabayd21 d_type=""
30 type: ) d_type=$w3; d_type_n="$wn";;
36 if [ "$d_type" ] && [ "$d_id" ]; then
43 if [ "$d_type" != "$o_d_type" ] || [ "$d_id" != "$o_d_id" ]; then
46 o_d_type="$d_type"
49 case "$d_type" in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dscanner.c657 ((d->d_type == DT_DIR) ||
658 (d->d_type == DT_LNK) ||
659 (d->d_type == DT_UNKNOWN) ||
660 ((d->d_type == DT_REG) &&
671 ((d->d_type == DT_DIR) ||
672 (d->d_type == DT_LNK) ||
673 (d->d_type == DT_UNKNOWN) ||
674 ((d->d_type == DT_REG) &&
683 ((d->d_type == DT_DIR) ||
684 (d->d_type
[all...]
H A Dinotify.c261 if( (e->d_type == DT_DIR) ||
262 (e->d_type == DT_UNKNOWN && resolve_unknown_type(buf, NO_MEDIA) == TYPE_DIR) )
495 switch( e->d_type )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dutils.h62 return (d->d_type == DT_REG);
70 return (d->d_type == DT_DIR);
H A Dinotify.c265 if( (e->d_type == DT_DIR) ||
266 (e->d_type == DT_UNKNOWN && resolve_unknown_type(dir, NO_MEDIA) == TYPE_DIR) )
502 switch( e->d_type )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dreaddir.c74 u64 ino, unsigned int d_type)
150 u64 ino, unsigned int d_type)
180 if (__put_user(d_type, (char __user *) dirent + reclen - 1))
237 u64 ino, unsigned int d_type)
259 if (__put_user(d_type, &dirent->d_type))
73 fillonedir(void * __buf, const char * name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
149 filldir(void * __buf, const char * name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
236 filldir64(void * __buf, const char * name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dosf.c21 __le16 d_type,d_subtype; member in struct:disklabel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dutil.h165 de->d_u.d_44.d_type = DT_SOCK;
168 de->d_u.d_44.d_type = DT_LNK;
171 de->d_u.d_44.d_type = DT_REG;
174 de->d_u.d_44.d_type = DT_BLK;
177 de->d_u.d_44.d_type = DT_DIR;
180 de->d_u.d_44.d_type = DT_CHR;
183 de->d_u.d_44.d_type = DT_FIFO;
186 de->d_u.d_44.d_type = DT_UNKNOWN;
H A Ddir.c483 unsigned char d_type = DT_UNKNOWN; local
492 d_type = de->d_u.d_44.d_type;
497 fs32_to_cpu(sb, de->d_ino), d_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dcallstub.c83 r = (s.d_type == 0xff) ? 0 : ERR_NF;
109 qd.d_type = 1;
H A Dmakesfx.c44 unsigned char d_type __attribute__ ((packed)); /* file type */ member in struct:qdirect
67 qs->d_type = 1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dhotplug2-coldplug-2.4.c172 if (cur_bus->d_type != DT_DIR)
183 if (cur_device->d_type != DT_REG)
269 if (cur_bus->d_type != DT_DIR)
280 if (cur_device->d_type != DT_REG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.c330 switch(src->d_type)
336 dest->d_type = DT_DIR;
340 dest->d_type = DT_REG;
344 dest->d_type = DT_CHR;
348 dest->d_type = DT_SOCK;
352 dest->d_type = DT_FIFO;
356 dest->d_type = DT_LNK;
376 switch(src->d_type)
382 dest->d_type = DT_DIR;
386 dest->d_type
[all...]
H A Dsmbw_dir.c72 dirent_external->d_type = dirent_internal->smbc_type;
281 dirent_external.d_type = dirent_internal->smbc_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-info.c312 if (dent->d_type != DT_DIR ||
330 if (dent->d_type != DT_DIR ||
392 if (dent->d_type != DT_DIR ||
405 if (dent->d_type != DT_DIR ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/tools/
H A Dmkbb.c38 u16 d_type, d_subtype; member in struct:disklabel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dgeom.c226 if (entry->d_type == DT_UNKNOWN || entry->d_type == DT_BLK) {
H A Dsysfs.c101 if ((entry->d_type == DT_DIR || entry->d_type == DT_LNK) && entry->d_name[0] != '.') {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c90 unsigned char d_type __attribute__ ((packed)); /* file type */ member in struct:qdirect
149 #define CHECKDIR(p1) (((p1).d_type == dtype) && (((p1).d_length % 64) == 0))
595 if(qs->d_type == 0)
663 qs->d_type = 1;
668 qs->d_type = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_osf.c66 int16_t d_type; /* drive type */ member in struct:xbsd_disklabel
67 int16_t d_subtype; /* controller/d_type specific */
135 /* d_type values: */
510 if ((unsigned) lp->d_type < ARRAY_SIZE(xbsd_dktypenames)-1)
511 printf("type: %s\n", xbsd_dktypenames[lp->d_type]);
513 printf("type: %d\n", lp->d_type);
726 if (xbsd_dlabel.d_type == BSD_DTYPE_SCSI)
868 d->d_type = BSD_DTYPE_SCSI;
870 d->d_type = BSD_DTYPE_ST506;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/omfs/
H A Ddir.c347 unsigned char d_type; local
371 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG;
374 OMFS_NAMELEN), filp->f_pos, self, d_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/9p/
H A Dclient.h202 * @d_type: type of file
209 unsigned char d_type; member in struct:p9_dirent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dfile.c82 loff_t offset, u64 ino, unsigned int d_type)
100 rc = buf->filldir(buf->dirent, name, name_size, offset, ino, d_type);
81 ecryptfs_filldir(void *dirent, const char *lower_name, int lower_namelen, loff_t offset, u64 ino, unsigned int d_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Ddir.c292 unsigned char d_type = DT_UNKNOWN; local
295 d_type = types[de->file_type];
301 d_type);

Completed in 124 milliseconds

123