Searched refs:SMB2_WSL_XATTR_DEV (Results 1 – 4 of 4) sorted by relevance
| /fs/smb/client/ |
| A D | smb2pdu.h | 426 #define SMB2_WSL_XATTR_DEV "$LXDEV" macro
|
| A D | smb2inode.c | 100 { .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()
|
| A D | reparse.c | 612 { .name = SMB2_WSL_XATTR_DEV, .value = dev, .size = SMB2_WSL_XATTR_DEV_SIZE, }, in wsl_set_xattrs() 1160 } else if (!strncmp(name, SMB2_WSL_XATTR_DEV, nlen)) { in wsl_to_fattr()
|
| A D | smb1ops.c | 662 rc = CIFSSMBQAllEAs(xid, tcon, full_path, SMB2_WSL_XATTR_DEV, in cifs_query_path_info() 670 memcpy(&ea->ea_data[0], SMB2_WSL_XATTR_DEV, SMB2_WSL_XATTR_NAME_LEN + 1); in cifs_query_path_info()
|
Completed in 12 milliseconds