Searched refs:cf_dtype (Results 1 – 4 of 4) sorted by relevance
167 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()170 fattr->cf_dtype = DT_LNK; in cifs_fill_common_info()173 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()176 fattr->cf_dtype = DT_SOCK; in cifs_fill_common_info()179 fattr->cf_dtype = DT_CHR; in cifs_fill_common_info()182 fattr->cf_dtype = DT_BLK; in cifs_fill_common_info()185 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()218 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()265 fattr->cf_dtype = DT_DIR; in cifs_posix_to_fattr()273 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()[all …]
253 fattr->cf_dtype = DT_REG;257 fattr->cf_dtype = DT_LNK;261 fattr->cf_dtype = DT_DIR;265 fattr->cf_dtype = DT_CHR;271 fattr->cf_dtype = DT_BLK;277 fattr->cf_dtype = DT_FIFO;281 fattr->cf_dtype = DT_SOCK;286 fattr->cf_dtype = DT_REG;454 fattr->cf_dtype = DT_FIFO;458 fattr->cf_dtype = DT_REG;[all …]
280 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
1640 unsigned int cf_dtype; member