Home
last modified time | relevance | path

Searched refs:ATTR_REPARSE (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/cifs/
Dreaddir.c161 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_fill_common_info()
Dsmb1ops.c571 if (!rc && (le32_to_cpu(data->Attributes) & ATTR_REPARSE)) { in cifs_query_path_info()
Dcifspdu.h321 #define ATTR_REPARSE 0x0400 macro