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

/linux-master/fs/smb/client/
H A Dsmb2pdu.h423 #define SMB2_WSL_XATTR_UID "$LXUID" macro
H A Dreparse.c208 { .name = SMB2_WSL_XATTR_UID, .value = uid, .size = SMB2_WSL_XATTR_UID_SIZE, },
461 if (!strncmp(name, SMB2_WSL_XATTR_UID, nlen))
H A 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) &&
143 if (!strncmp(ea->ea_data, SMB2_WSL_XATTR_UID, nlen) ||

Completed in 248 milliseconds