Searched refs:cf_dtype (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dinode.c207 fattr->cf_dtype = DT_REG;
211 fattr->cf_dtype = DT_LNK;
215 fattr->cf_dtype = DT_DIR;
219 fattr->cf_dtype = DT_CHR;
225 fattr->cf_dtype = DT_BLK;
231 fattr->cf_dtype = DT_FIFO;
235 fattr->cf_dtype = DT_SOCK;
240 fattr->cf_dtype = DT_REG;
367 fattr->cf_dtype = DT_FIFO;
371 fattr->cf_dtype
[all...]
H A Dreaddir.c128 fattr->cf_dtype = DT_DIR;
131 fattr->cf_dtype = DT_REG;
142 fattr->cf_dtype = DT_FIFO;
743 ino, fattr.cf_dtype);
H A Dcifsglob.h519 unsigned int cf_dtype; member in struct:cifs_fattr

Completed in 68 milliseconds