Searched refs:cf_dtype (Results 1 – 4 of 4) sorted by relevance
181 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()184 fattr->cf_dtype = DT_LNK; in cifs_fill_common_info()187 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()190 fattr->cf_dtype = DT_SOCK; in cifs_fill_common_info()193 fattr->cf_dtype = DT_CHR; in cifs_fill_common_info()196 fattr->cf_dtype = DT_BLK; in cifs_fill_common_info()199 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()232 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()279 fattr->cf_dtype = DT_DIR; in cifs_posix_to_fattr()287 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()[all …]
259 fattr->cf_dtype = DT_REG;263 fattr->cf_dtype = DT_LNK;267 fattr->cf_dtype = DT_DIR;271 fattr->cf_dtype = DT_CHR;277 fattr->cf_dtype = DT_BLK;283 fattr->cf_dtype = DT_FIFO;287 fattr->cf_dtype = DT_SOCK;292 fattr->cf_dtype = DT_REG;463 fattr->cf_dtype = DT_FIFO;467 fattr->cf_dtype = DT_REG;[all …]
295 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
1711 unsigned int cf_dtype; member