Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dreparse.c211 { .name = SMB2_WSL_XATTR_DEV, .value = dev, .size = SMB2_WSL_XATTR_DEV_SIZE, }, in wsl_set_xattrs()
467 else if (!strncmp(name, SMB2_WSL_XATTR_DEV, nlen)) in wsl_to_fattr()
H A Dsmb2pdu.h426 #define SMB2_WSL_XATTR_DEV "$LXDEV" macro
H A Dsmb2inode.c100 { .next = 0, .name_len = SMB2_WSL_XATTR_NAME_LEN, .name = SMB2_WSL_XATTR_DEV, },
139 if (strncmp(ea->ea_data, SMB2_WSL_XATTR_DEV, nlen)) in check_wsl_eas()
146 !strncmp(ea->ea_data, SMB2_WSL_XATTR_DEV, nlen)) in check_wsl_eas()