smb_roundup      7051 source3/include/proto.h uint64_t smb_roundup(connection_struct *conn, uint64_t val);
smb_roundup      1925 source3/modules/onefs_open.c 			fsp->initial_allocation_size = smb_roundup(
smb_roundup      1938 source3/modules/onefs_open.c 			fsp->initial_allocation_size = smb_roundup(
smb_roundup       641 source3/modules/vfs_default.c 	result = smb_roundup(handle->conn, result);
smb_roundup       102 source3/modules/vfs_onefs.c 	result = smb_roundup(handle->conn, result);
smb_roundup       698 source3/modules/vfs_streams_xattr.c 			    smb_roundup(state->handle->conn,
smb_roundup      3183 source3/smbd/open.c 			fsp->initial_allocation_size = smb_roundup(
smb_roundup      3196 source3/smbd/open.c 			fsp->initial_allocation_size = smb_roundup(
smb_roundup      1836 source3/smbd/reply.c 		fsp->initial_allocation_size = smb_roundup(fsp->conn, allocation_size);
smb_roundup      5809 source3/smbd/trans2.c 		allocation_size = smb_roundup(conn, allocation_size);