Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 25 of 29) sorted by relevance

12

/linux-2.4.37.9/fs/
Dreaddir.c188 ino_t ino, unsigned int d_type) in fillonedir() argument
249 ino_t ino, unsigned int d_type) in filldir() argument
313 unsigned char d_type; member
327 ino_t ino, unsigned int d_type) in filldir64() argument
346 d.d_type = d_type; in filldir64()
/linux-2.4.37.9/fs/ufs/
Dutil.h146 de->d_u.d_44.d_type = DT_SOCK; in ufs_set_de_type()
149 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
152 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
155 de->d_u.d_44.d_type = DT_BLK; in ufs_set_de_type()
158 de->d_u.d_44.d_type = DT_DIR; in ufs_set_de_type()
161 de->d_u.d_44.d_type = DT_CHR; in ufs_set_de_type()
164 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
167 de->d_u.d_44.d_type = DT_UNKNOWN; in ufs_set_de_type()
Ddir.c141 unsigned char d_type = DT_UNKNOWN; in ufs_readdir() local
148 d_type = de->d_u.d_44.d_type; in ufs_readdir()
151 fs32_to_cpu(sb, de->d_ino), d_type); in ufs_readdir()
/linux-2.4.37.9/fs/ext3/
Ddir.c169 unsigned char d_type = DT_UNKNOWN; in ext3_readdir() local
174 d_type = in ext3_readdir()
180 d_type); in ext3_readdir()
/linux-2.4.37.9/include/linux/
Ddirent.h15 unsigned char d_type; member
Dgenhd.h160 __s16 d_type; /* drive type */ member
222 __u32 d_type; /* drive type */ member
Dcoda.h167 unsigned char d_type; /* file type, see below */ member
Dufs_fs.h248 __u8 d_type; /* file type */ member
/linux-2.4.37.9/fs/partitions/
Dosf.c29 u16 d_type,d_subtype; in osf_partition() member
/linux-2.4.37.9/fs/befs/
Dlinuxvfs.c234 unsigned char d_type; in befs_readdir() local
262 d_type = DT_UNKNOWN; in befs_readdir()
273 (ino_t) value, d_type); in befs_readdir()
278 (ino_t) value, d_type); in befs_readdir()
/linux-2.4.37.9/fs/nfsd/
Dnfs3xdr.c666 int namlen, off_t offset, ino_t ino, unsigned int d_type, int plus) in encode_entry() argument
742 int namlen, loff_t offset, ino_t ino, unsigned int d_type) in nfs3svc_encode_entry() argument
744 return encode_entry(cd, name, namlen, offset, ino, d_type, 0); in nfs3svc_encode_entry()
749 int namlen, loff_t offset, ino_t ino, unsigned int d_type) in nfs3svc_encode_entry_plus() argument
751 return encode_entry(cd, name, namlen, offset, ino, d_type, 1); in nfs3svc_encode_entry_plus()
Dnfsxdr.c409 int namlen, loff_t offset, ino_t ino, unsigned int d_type) in nfssvc_encode_entry() argument
Dnfsfh.c44 loff_t pos, ino_t ino, unsigned int d_type) in filldir_one() argument
/linux-2.4.37.9/arch/alpha/boot/tools/
Dmkbb.c37 u16 d_type, d_subtype; member
/linux-2.4.37.9/fs/ext2/
Ddir.c284 unsigned char d_type = DT_UNKNOWN; in ext2_readdir() local
287 d_type = types[de->file_type]; in ext2_readdir()
292 le32_to_cpu(de->inode), d_type); in ext2_readdir()
/linux-2.4.37.9/fs/umsdos/
Drdir.c37 unsigned int d_type) in rdir_filldir() argument
/linux-2.4.37.9/arch/parisc/hpux/
Dfs.c56 ino_t ino, unsigned int d_type) in filldir() argument
/linux-2.4.37.9/arch/sparc/kernel/
Dsys_sunos.c325 loff_t offset, ino_t ino, unsigned int d_type) in sunos_filldir() argument
406 loff_t offset, ino_t ino, unsigned int d_type) in sunos_filldirentry() argument
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sunos32.c280 loff_t offset, ino_t ino, unsigned int d_type) in sunos_filldir() argument
362 loff_t offset, ino_t ino, unsigned int d_type) in sunos_filldirentry() argument
/linux-2.4.37.9/fs/coda/
Ddir.c617 type = CDT2DT(vdir->d_type); in coda_venus_readdir()
/linux-2.4.37.9/fs/fat/
Ddir.c607 unsigned int d_type) in vfat_ioctl_fill() argument
/linux-2.4.37.9/arch/mips/kernel/
Dsysirix.c1851 loff_t offset, ino_t ino, unsigned int d_type) in irix_filldir32() argument
1948 loff_t offset, ino_t ino, unsigned int d_type) in irix_filldir64() argument
/linux-2.4.37.9/arch/alpha/kernel/
Dosf_sys.c109 ino_t ino, unsigned int d_type) in osf_filldir() argument
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c985 unsigned int d_type) in filldir32() argument
1045 unsigned int d_type) in fillonedir32() argument
/linux-2.4.37.9/arch/x86_64/ia32/
Dsys_ia32.c770 unsigned int d_type) in filldir32() argument
829 …llonedir32 (void * __buf, const char * name, int namlen, loff_t offset, ino_t ino, unsigned d_type) in fillonedir32() argument

12