Searched refs:SMB_ALLOCSZ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c121 #define SMB_ALLOCSZ(sz) (((sz) + DEV_BSIZE-1) & ~(DEV_BSIZE-1)) macro
1491 attr->sa_allocsz = SMB_ALLOCSZ(attr->sa_allocsz);
1508 SMB_ALLOCSZ(attr->sa_vattr.va_size);
1518 SMB_ALLOCSZ(attr->sa_vattr.va_size);
1685 SMB_ALLOCSZ(attr->sa_vattr.va_size);
1689 SMB_ALLOCSZ(attr->sa_vattr.va_size);

Completed in 81 milliseconds