Searched refs:SMB2_WSL_XATTR_UID (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | smb2pdu.h | 423 #define SMB2_WSL_XATTR_UID "$LXUID" macro
|
D | reparse.c | 366 { .name = SMB2_WSL_XATTR_UID, .value = uid, .size = SMB2_WSL_XATTR_UID_SIZE, }, in wsl_set_xattrs() 651 if (!strncmp(name, SMB2_WSL_XATTR_UID, nlen)) in wsl_to_fattr()
|
D | smb2inode.c | 97 { .next = NEXT_OFF, .name_len = SMB2_WSL_XATTR_NAME_LEN, .name = SMB2_WSL_XATTR_UID, }, 133 if (strncmp(ea->ea_data, SMB2_WSL_XATTR_UID, nlen) && in check_wsl_eas() 143 if (!strncmp(ea->ea_data, SMB2_WSL_XATTR_UID, nlen) || in check_wsl_eas()
|