Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.h321 #define SMB2_WSL_XATTR_DEV "$LXDEV" macro
H A Dreparse.c613 { .name = SMB2_WSL_XATTR_DEV, .value = dev, .size = SMB2_WSL_XATTR_DEV_SIZE, }, in wsl_set_xattrs()
1174 } else if (!strncmp(name, SMB2_WSL_XATTR_DEV, nlen)) { in wsl_to_fattr()
H A Dsmb2inode.c103 { .next = 0, .name_len = SMB2_WSL_XATTR_NAME_LEN, .name = SMB2_WSL_XATTR_DEV, },
146 if (strncmp(ea->ea_data, SMB2_WSL_XATTR_DEV, nlen)) in check_wsl_eas()
153 !strncmp(ea->ea_data, SMB2_WSL_XATTR_DEV, nlen)) in check_wsl_eas()
H A Dsmb1ops.c704 rc = CIFSSMBQAllEAs(xid, tcon, full_path, SMB2_WSL_XATTR_DEV, in cifs_query_path_info()
712 memcpy(&ea->ea_data[0], SMB2_WSL_XATTR_DEV, SMB2_WSL_XATTR_NAME_LEN + 1); in cifs_query_path_info()