Searched refs:SMB2_WSL_XATTR_DEV (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2pdu.h | 321 #define SMB2_WSL_XATTR_DEV "$LXDEV" macro
|
| H A D | reparse.c | 613 { .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 D | smb2inode.c | 103 { .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 D | smb1ops.c | 704 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()
|