Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dsmb2pdu.h423 #define SMB2_WSL_XATTR_UID "$LXUID" macro
Dreparse.c366 { .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()
Dsmb2inode.c97 { .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()