Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb2pdu.h433 #define SMB2_WSL_XATTR_DEV_SIZE 8 macro
446 SMB2_WSL_XATTR_DEV_SIZE, 4))
H A Dsmb1ops.c662 SMB2_WSL_XATTR_DEV_SIZE, cifs_sb); in cifs_query_path_info()
663 if (rc == SMB2_WSL_XATTR_DEV_SIZE) { in cifs_query_path_info()
667 ea->ea_value_length = cpu_to_le16(SMB2_WSL_XATTR_DEV_SIZE); in cifs_query_path_info()
670 SMB2_WSL_XATTR_DEV_SIZE; in cifs_query_path_info()
H A Dreparse.c607 { .name = SMB2_WSL_XATTR_DEV, .value = dev, .size = SMB2_WSL_XATTR_DEV_SIZE, }, in wsl_set_xattrs()