fake_dirs        1023 source3/include/proto.h struct timespec get_create_timespec(const SMB_STRUCT_STAT *st,bool fake_dirs);
fake_dirs         369 source3/lib/time.c struct timespec get_create_timespec(const SMB_STRUCT_STAT *pst,bool fake_dirs)
fake_dirs         373 source3/lib/time.c 	if(S_ISDIR(pst->st_mode) && fake_dirs) {