Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dxattr.c45 #define SMB3_XATTR_CREATETIME "smb3.creationtime" /* user.smb3.creationtime */ macro
236 (strcmp(name, SMB3_XATTR_CREATETIME) == 0)) { in cifs_xattr_get()