Home
last modified time | relevance | path

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

/linux/fs/smb/client/ !
H A Dsmb2pdu.h318 #define SMB2_WSL_XATTR_UID "$LXUID" macro
H A Dreparse.c610 { .name = SMB2_WSL_XATTR_UID, .value = uid, .size = SMB2_WSL_XATTR_UID_SIZE, }, in wsl_set_xattrs()
1165 if (!strncmp(name, SMB2_WSL_XATTR_UID, nlen)) in wsl_to_fattr()
H A Dsmb2inode.c100 { .next = NEXT_OFF, .name_len = SMB2_WSL_XATTR_NAME_LEN, .name = SMB2_WSL_XATTR_UID, },
136 if (strncmp(ea->ea_data, SMB2_WSL_XATTR_UID, nlen) && in check_wsl_eas()
146 if (!strncmp(ea->ea_data, SMB2_WSL_XATTR_UID, nlen) || in check_wsl_eas()