Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dxattr.c37 #define CIFS_XATTR_CREATETIME "cifs.creationtime" /* user.cifs.creationtime */ macro
235 } else if ((strcmp(name, CIFS_XATTR_CREATETIME) == 0) || in cifs_xattr_get()