Home
last modified time | relevance | path

Searched refs:SMB_AT_ALLOCSZ (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_vops.h95 #define SMB_AT_ALLOCSZ 0x00400000 macro
102 #define SMB_AT_SMB (SMB_AT_DOSATTR|SMB_AT_CRTIME|SMB_AT_ALLOCSZ)
112 SMB_AT_SIZE | SMB_AT_ALLOCSZ)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1550 switch (attr->sa_mask & (SMB_AT_ALLOCSZ | SMB_AT_SIZE)) { in smb_node_setattr()
1552 case SMB_AT_ALLOCSZ: in smb_node_setattr()
1580 attr->sa_mask |= SMB_AT_ALLOCSZ; in smb_node_setattr()
1586 case SMB_AT_ALLOCSZ | SMB_AT_SIZE: in smb_node_setattr()
1686 if ((attr->sa_mask & SMB_AT_ALLOCSZ) != 0) { in smb_node_setattr()
1746 if ((attr->sa_mask & SMB_AT_ALLOCSZ) != 0 && in smb_node_getattr()
H A Dsmb2_aapl.c196 attr.sa_mask = SMB_AT_SIZE | SMB_AT_ALLOCSZ; in smb2_aapl_get_macinfo()
H A Dsmb_cmn_setfile.c197 attr->sa_mask = SMB_AT_ALLOCSZ; in smb_set_alloc_info()
H A Dsmb_vops.c493 (SMB_AT_SIZE | SMB_AT_NBLOCKS | SMB_AT_ALLOCSZ)) { in smb_vop_getattr()
526 if ((ret_attr->sa_mask & SMB_AT_ALLOCSZ) != 0) { in smb_vop_getattr()
1210 if ((sa_mask & SMB_AT_ALLOCSZ) != 0) { in smb_sa_to_va_mask_get()
H A Dsmb2_fsctl_copychunk.c439 SMB_AT_DOSATTR | SMB_AT_ALLOCSZ; in smb2_fsctl_copychunk_meta()
H A Dsmb2_qinfo_file.c103 mask = SMB_AT_SIZE | SMB_AT_ALLOCSZ; in smb2_qinfo_file()
H A Dsmb_query_fileinfo.c660 attr.sa_mask = SMB_AT_SIZE | SMB_AT_ALLOCSZ; in smb_query_stream_info()
H A Dsmb_common_open.c1259 attr.sa_mask |= SMB_AT_ALLOCSZ; in smb_set_open_attributes()
H A Dsmb_fsops.c1351 if (sa_mask & (SMB_AT_SIZE | SMB_AT_ALLOCSZ)) { in smb_fsop_setattr()
1353 sa_mask &= ~(SMB_AT_SIZE | SMB_AT_ALLOCSZ); in smb_fsop_setattr()
H A Dsmb_odir.c756 attr.sa_mask = SMB_AT_SIZE | SMB_AT_ALLOCSZ; in smb_odir_read_streaminfo()